Skip to content

Commit

Permalink
chore: fix ansible-lint 6.17.1 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Jun 17, 2023
1 parent 605b49d commit d95215e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ warn_list:
- experimental
- no-changed-when
- role-name
exclude_paths:
- .github/workflows/galaxy.yml
4 changes: 2 additions & 2 deletions tasks/unix-fstab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ansible.builtin.command: "diff /etc/fstab.{{ ansible_date_time.date }} /etc/fstab"
changed_when: false
ignore_errors: true
register: diff
register: diff_fstab
- name: Debug | fstab changes
ansible.builtin.debug:
var: diff.stdout_lines
var: diff_fstab.stdout_lines

0 comments on commit d95215e

Please sign in to comment.