Skip to content

Commit

Permalink
base: command's warn parameter is obsolete
Browse files Browse the repository at this point in the history
It is not needed anymore anyway.
  • Loading branch information
duck-rh committed Jan 15, 2024
1 parent 074e2cd commit d9f345f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/base/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

- name: Disable fingerprint auth
command: "authconfig --disablefingerprint --update"
args:
warn: False
changed_when: True
when: ansible_os_family == 'RedHat'

Expand Down

0 comments on commit d9f345f

Please sign in to comment.