[TIDY] Move to ansible_facts dict instead of injected variables
This commit is contained in:
parent
d1c6d34a64
commit
1c734cefb1
15 changed files with 39 additions and 39 deletions
|
|
@ -40,6 +40,6 @@
|
|||
- name: Caddyserver - Add standard user to www-data group
|
||||
become: true
|
||||
ansible.builtin.user:
|
||||
name: "{{ ansible_user_id }}"
|
||||
name: "{{ ansible_facts['user_id'] }}"
|
||||
groups: www-data
|
||||
append: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue