Remove warning ignores as they are depreciated
gitea/ansible-roles/pipeline/head This commit looks good
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
Will cause a hard fail in ansible 2.14, so better get rid of them now. There is no alternative, but the ansible warnings for those modules are not hard failures anyways.fix_lxc_php56_debian10
parent
7005344a5b
commit
1c6fdbf85a
@ -1,6 +1,4 @@
|
||||
---
|
||||
- name: remount usr
|
||||
command: "mount -o remount /usr"
|
||||
failed_when: false
|
||||
args:
|
||||
warn: no
|
||||
failed_when: false
|
Loading…
Reference in New Issue