role common as user root

pull/63/head
Simon Bavink 10 years ago
parent 9c054652d1
commit 6e9a45418a
  1. 2
      lamp_haproxy/site.yml

@ -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