diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-08 19:31:36 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-08 19:31:36 -0400 |
commit | 1bc6b51585c23670fdc08a1df6a89d35cd0b8149 (patch) | |
tree | 52ba5c8dbfae47511ce3a09c4c718b7b30bce0bb /playbooks/adhoc | |
parent | 64c81e42bbd859977c059c4b2a154d59382a7c27 (diff) | |
parent | d4918305ba9ba9f4ff2c4843b61d4f1fdb569400 (diff) | |
download | openshift-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+
Diffstat (limited to 'playbooks/adhoc')
-rw-r--r-- | playbooks/adhoc/bootstrap-fedora.yml | 2 |
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 |