Skip to content

Commit

Permalink
bumps ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wookietreiber committed Jan 29, 2025
1 parent e36e3f8 commit dbfb111
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint → .config/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---

profile: production

skip_list:
- name[casing]

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.ansible/
1 change: 0 additions & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
- '.ansible-lint'

extends: default

Expand Down
2 changes: 1 addition & 1 deletion tasks/install_redhat.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

- name: install rclone from EPEL
ansible.builtin.yum:
ansible.builtin.dnf:
name: rclone
enablerepo: epel
become: yes
Expand Down

0 comments on commit dbfb111

Please sign in to comment.