ansible-roles/remount-usr/handlers/main.yml
Patrick Marchand 1c6fdbf85a
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Remove warning ignores as they are depreciated
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.
2022-12-22 11:32:32 -05:00

4 lines
79 B
YAML

---
- name: remount usr
command: "mount -o remount /usr"
failed_when: false