- libimage-magick-perl
- libtext-markdown-discount-perl
- libtext-typography-perl
+ - python
+ - python-pip
-script: make -C doc
+install:
+ - pip install ansible
+ - pip install ansible-lint
+
+script:
+ - cd ansible; ansible-lint _lint_roles.yml
+ - make -C doc
deploy:
provider: pages
--- /dev/null
+---
+##
+## This playbook is only used by ansible-lint to test all roles
+##
+## TODO: uncomment roles once the syntax check runs through or document a reason
+## why they are not included in this list
+##
+- 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