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}