mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-17 17:44:44 +02:00
b5ec8f83b1
This reverts commit 9c01d875f31a7da5244c975e209aac26c8b16972. 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`.