From d906698cac4e92f4b55baa7f96e180ec72d282e1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 23 Dec 2018 14:29:02 +0100 Subject: [PATCH] add all roles to linter --- .travis.yml | 4 +--- ansible/_lint_roles.yml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 14 deletions(-) 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 -- 1.7.10.4