mash-playbook/examples
Slavi Pantaleev 0cc9223391 Revert "become -> ansible_become"
This reverts commit d7d334240c.

This is very confusing and messy.. but it's documented.
`ansible_become_*` variables actually take priority and override all `become_*`
variables set at the task level.

As such, using `ansible_become=true ansible_become_user=root` in
`inventory/hosts` causes issues because tasks that specify
`become: OTHER_USER` will be forced to run as `root` due to
`ansible_become_user`.
2024-03-26 11:59:05 +02:00
..
hosts Revert "become -> ansible_become" 2024-03-26 11:59:05 +02:00
vars.yml Add exim-relay service 2024-01-06 13:03:08 +02:00