incorporate sudo in common role

This commit is contained in:
2022-04-17 14:38:46 +02:00
parent 231bc6752e
commit 645128198e
4 changed files with 17 additions and 24 deletions

View File

@ -1,4 +1,4 @@
---
ansible_become: true
ansible_user: tormakris
ansible_user: ansible
...