summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-04-08 19:31:36 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2016-04-08 19:31:36 -0400
commit1bc6b51585c23670fdc08a1df6a89d35cd0b8149 (patch)
tree52ba5c8dbfae47511ce3a09c4c718b7b30bce0bb
parent64c81e42bbd859977c059c4b2a154d59382a7c27 (diff)
parentd4918305ba9ba9f4ff2c4843b61d4f1fdb569400 (diff)
downloadopenshift-1bc6b51585c23670fdc08a1df6a89d35cd0b8149.tar.gz
openshift-1bc6b51585c23670fdc08a1df6a89d35cd0b8149.tar.bz2
openshift-1bc6b51585c23670fdc08a1df6a89d35cd0b8149.tar.xz
openshift-1bc6b51585c23670fdc08a1df6a89d35cd0b8149.zip
Merge pull request #1736 from maxamillion/bootstrap-fedora
update bootstrap-fedora to include python2-firewall for F24+
-rw-r--r--playbooks/adhoc/bootstrap-fedora.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/bootstrap-fedora.yml b/playbooks/adhoc/bootstrap-fedora.yml
index 471c41f16..b380a74d6 100644
--- a/playbooks/adhoc/bootstrap-fedora.yml
+++ b/playbooks/adhoc/bootstrap-fedora.yml
@@ -1,4 +1,4 @@
- hosts: OSEv3
tasks:
- name: install python and deps for ansible modules
- raw: dnf install -y python2 python2-dnf libselinux-python libsemanage-python
+ raw: dnf install -y python2 python2-dnf libselinux-python libsemanage-python python2-firewall