mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
eb3577492d
commit
9d9d130c51
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
||||||
name: admin
|
name: admin
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add {{ apache_user }} (from variable apache_user) to admin group
|
- name: Add user {{ apache_user }} (from variable apache_user) to admin group
|
||||||
user:
|
user:
|
||||||
name: "{{ apache_user }}"
|
name: "{{ apache_user }}"
|
||||||
groups: admin
|
groups: admin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue