mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 03:40:18 +01:00
role common as user root
This commit is contained in:
parent
9c054652d1
commit
6e9a45418a
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# Apply common configuration to all hosts
|
||||
- hosts: all
|
||||
user: root
|
||||
roles:
|
||||
- common
|
||||
|
||||
|
@ -17,7 +18,6 @@
|
|||
# our example web application.
|
||||
- hosts: webservers
|
||||
user: root
|
||||
|
||||
roles:
|
||||
- base-apache
|
||||
- web
|
||||
|
|
Loading…
Reference in a new issue