add all roles to linter
authorChristian Pointner <equinox@realraum.at>
Sun, 23 Dec 2018 13:29:02 +0000 (14:29 +0100)
committerChristian Pointner <equinox@realraum.at>
Sun, 23 Dec 2018 13:29:02 +0000 (14:29 +0100)
.travis.yml
ansible/_lint_roles.yml

index 6a90aab..a6c6d12 100644 (file)
@@ -18,9 +18,7 @@ install:
   - ansible-lint --version
 
 script:
-  - pushd ./ansible
-  - ansible-lint _lint_roles.yml
-  - popd
+  - pushd ./ansible; ansible-lint _lint_roles.yml; popd
   - make -C doc
 
 deploy:
index 4456b32..06c6792 100644 (file)
@@ -8,14 +8,14 @@
 - hosts: invalid_host_name_by_design
   roles:
     - base
-#    - debian-installer
-#    - localconfig
-#    - openwrt/image
-#    - preseed
-#    - reboot-and-wait
-#    - usb-install
-#    - vm/grub
-#    - vm/guest
-#    - vm/host
-#    - vm/install
-#    - vm/network
+    - debian-installer
+    - localconfig
+    - openwrt/image
+    - preseed
+    - reboot-and-wait
+    - usb-install
+    - vm/grub
+    - vm/guest
+    - vm/host
+    - vm/install
+    - vm/network