Просмотр исходного кода

Merge pull request #2353 from maxamillion/fedora

don't gather facts when bootstrapping ansible for Fedora hosts
Jason DeTiberus 8 лет назад
Родитель
Сommit
fcaeaf0ebb
1 измененных файлов с 1 добавлено и 0 удалено
  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