summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/bootstrap-fedora.yml
diff options
context:
space:
mode:
authorAdam Miller <maxamillion@fedoraproject.org>2016-08-24 09:05:22 -0500
committerAdam Miller <maxamillion@fedoraproject.org>2016-08-24 09:05:22 -0500
commit5cc7572bde30469442fec2f4db73c78193bced40 (patch)
treeb3bbc2ee58b79e5ebb72a8d22ac77c66e0ed4035 /playbooks/adhoc/bootstrap-fedora.yml
parente395341212dea911a2fbc932102ca032057c5ff4 (diff)
downloadopenshift-5cc7572bde30469442fec2f4db73c78193bced40.tar.gz
openshift-5cc7572bde30469442fec2f4db73c78193bced40.tar.bz2
openshift-5cc7572bde30469442fec2f4db73c78193bced40.tar.xz
openshift-5cc7572bde30469442fec2f4db73c78193bced40.zip
don't gather facts when bootstrapping ansible for Fedora hosts
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
Diffstat (limited to 'playbooks/adhoc/bootstrap-fedora.yml')
-rw-r--r--playbooks/adhoc/bootstrap-fedora.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/adhoc/bootstrap-fedora.yml b/playbooks/adhoc/bootstrap-fedora.yml
index 5ca383a37..b370d7fba 100644
--- a/playbooks/adhoc/bootstrap-fedora.yml
+++ b/playbooks/adhoc/bootstrap-fedora.yml
@@ -1,4 +1,5 @@
- hosts: OSEv3
+ gather_facts: false
tasks:
- name: install python and deps for ansible modules
raw: dnf install -y python2 python2-dnf libselinux-python libsemanage-python python2-firewall pyOpenSSL python-cryptography