Skip to content

Commit

Permalink
Merge pull request #11 from DO1JLR/l
Browse files Browse the repository at this point in the history
Improve ansible lint
  • Loading branch information
DO1JLR authored May 19, 2023
2 parents a00dfa6 + 4be3228 commit 6782d30
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
skip_list:
- var-naming[no-role-prefix]
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ become_method = sudo
become_user = root

[passwordstore_lookup]
backend = "gopass"
backend = gopass
2 changes: 1 addition & 1 deletion roles/l3d.ntp
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit 6782d30

Please sign in to comment.