v.1.3.0 Problem-Fix: set "gather_facts: no"
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
- hosts: all
|
||||
become: true
|
||||
gather_facts: no
|
||||
|
||||
pre_tasks:
|
||||
- name: update respository index
|
||||
@@ -12,6 +13,7 @@
|
||||
|
||||
- hosts: all
|
||||
become: true
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- name: create ansible group
|
||||
|
||||
Reference in New Issue
Block a user