From: Christian Pointner Date: Sun, 23 Dec 2018 13:29:02 +0000 (+0100) Subject: add all roles to linter X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=d906698cac4e92f4b55baa7f96e180ec72d282e1 add all roles to linter --- diff --git a/.travis.yml b/.travis.yml index 6a90aab..a6c6d12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/ansible/_lint_roles.yml b/ansible/_lint_roles.yml index 4456b32..06c6792 100644 --- a/ansible/_lint_roles.yml +++ b/ansible/_lint_roles.yml @@ -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