Explorar el Código

Merge pull request #2353 from maxamillion/fedora

don't gather facts when bootstrapping ansible for Fedora hosts
Jason DeTiberus hace 8 años
padre
commit
fcaeaf0ebb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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