Fix missing gather_facts.
This commit is contained in:
parent
571e18d864
commit
06e66ac6b9
@ -3,8 +3,13 @@
|
|||||||
tags: create
|
tags: create
|
||||||
vars_files:
|
vars_files:
|
||||||
- vars/main.yml
|
- vars/main.yml
|
||||||
gather_facts: true
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Gather facts
|
||||||
|
ansible.builtin.setup:
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
|
||||||
- name: Retrieve secrets
|
- name: Retrieve secrets
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: "tasks/retrieve_secret_vars.yml"
|
file: "tasks/retrieve_secret_vars.yml"
|
||||||
|
Loading…
Reference in New Issue
Block a user