Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-09-12 23:47:10 +0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-09-12 23:47:10 +0400
commit4693e1fbbb7d619bbd705b7dae6d831bd59731a3 (patch)
tree17a8aa28713f886ccea7dae136075fa6a21a7d00
parent72163b02371f13d601f7a4bacd5dbb6d85ca3ba1 (diff)
Revert "use sudo instead of root"revert-84-patch-2
-rw-r--r--tomcat-standalone/site.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tomcat-standalone/site.yml b/tomcat-standalone/site.yml
index 007d6d1..a67dde3 100644
--- a/tomcat-standalone/site.yml
+++ b/tomcat-standalone/site.yml
@@ -2,7 +2,7 @@
# This playbook deploys a simple standalone Tomcat 7 server.
- hosts: tomcat-servers
- sudo: yes
+ user: root
roles:
- selinux