Browse Source

don't gather facts when bootstrapping ansible for Fedora hosts

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
Adam Miller 8 years ago
parent
commit
5cc7572bde
1 changed files with 1 additions and 0 deletions
  1. 1 0
      playbooks/adhoc/bootstrap-fedora.yml

+ 1 - 0
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