Add ansible-lint job

Sem-Ver: feature
Change-Id: I58c32382b8122c8e56e71c601c64dad411dbb687
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 816452a..d871c20 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -20,8 +20,18 @@
       - zuul.d/playbooks/ansible-collection-atmosphere-check-commit/run.yml
 
 - job:
-    name: ansible-collection-atmosphere-tox-build
+    name: ansible-collection-atmosphere-tox
     parent: tox
+
+- job:
+    name: ansible-collection-atmosphere-tox-linters
+    parent: ansible-collection-atmosphere-tox
+    vars:
+      tox_envlist: linters
+
+- job:
+    name: ansible-collection-atmosphere-tox-build
+    parent: ansible-collection-atmosphere-tox
     post-run:
       - zuul.d/playbooks/ansible-collection-atmosphere-tox-build/post-run.yml
     vars: