mirror of
https://github.com/geerlingguy/ansible-role-php-versions.git
synced 2024-11-22 10:25:40 +01:00
Remove deprecated warn arg from command and shell module invocations.
This commit is contained in:
parent
c942861308
commit
bae936d2dc
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user