|
@@ -9,6 +9,7 @@ |
|
|
copy: |
|
|
copy: |
|
|
content: "{{_local_facts|to_json}}" |
|
|
content: "{{_local_facts|to_json}}" |
|
|
dest: /etc/ansible/facts.d/{{role_name}}.fact |
|
|
dest: /etc/ansible/facts.d/{{role_name}}.fact |
|
|
|
|
|
mode: 0600 |
|
|
register: _local_facts_set |
|
|
register: _local_facts_set |
|
|
|
|
|
|
|
|
- name: Gathering Facts |
|
|
- name: Gathering Facts |
|
|