Remove deprecated warn arg from command and shell module invocations.

This commit is contained in:
Jeff Geerling 2022-11-26 22:53:59 -06:00
parent c942861308
commit bae936d2dc
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@
shell: |
dnf config-manager --set-enabled powertools
dnf module enable -y php:remi-{{ php_version }}
args:
warn: false
register: dnf_module_enable
changed_when: "'Nothing to do' not in dnf_module_enable.stdout"