From 4be322800e32ea24172059ae576aa88c15387bef Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 19 May 2023 16:02:35 +0200 Subject: [PATCH] Improve ansible lint --- .ansible-lint | 2 ++ ansible.cfg | 2 +- roles/l3d.ntp | 2 +- site.yml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..2a8fdbf --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,2 @@ +skip_list: + - var-naming[no-role-prefix] diff --git a/ansible.cfg b/ansible.cfg index 09c82d2..5c9d20e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -10,4 +10,4 @@ become_method = sudo become_user = root [passwordstore_lookup] -backend = "gopass" +backend = gopass diff --git a/roles/l3d.ntp b/roles/l3d.ntp index c4ff771..ee881e6 160000 --- a/roles/l3d.ntp +++ b/roles/l3d.ntp @@ -1 +1 @@ -Subproject commit c4ff7711a14a9a34af60cfa122c9331d15760582 +Subproject commit ee881e6b0a206585ae836cdbaeb33dd3a5d2fe61 diff --git a/site.yml b/site.yml index cf13cfc..3f5cfe5 100644 --- a/site.yml +++ b/site.yml @@ -1,5 +1,5 @@ --- -- name: check if ansible is not to old +- name: Check if ansible is not to old hosts: all roles: - {role: ansible_version, tags: always, gather_facts: false}