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:
authorDave Johnson <dave@ansible.com>2016-04-27 16:50:00 +0300
committerDave Johnson <dave@ansible.com>2016-04-27 16:50:00 +0300
commit6af0ea95aff35f2a34e6cda4345157a2c1a10841 (patch)
tree889d0ea63e95ae4cee905bb26509d221f10903c4
parent18ac80dddde34b8c7645f36aeb91b3bad839641c (diff)
And stop firewalld
-rw-r--r--jboss-standalone/roles/jboss-standalone/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jboss-standalone/roles/jboss-standalone/tasks/main.yml b/jboss-standalone/roles/jboss-standalone/tasks/main.yml
index 3105e2b..798c25f 100644
--- a/jboss-standalone/roles/jboss-standalone/tasks/main.yml
+++ b/jboss-standalone/roles/jboss-standalone/tasks/main.yml
@@ -44,7 +44,7 @@
# diables the firewall for now
- name: disable firewalld
- service: name=firewalld enabled=no
+ service: name=firewalld enabled=no state=stopped
when: ansible_distribution_major_version == "7"