whoops
This commit is contained in:
parent
57e787fc29
commit
2251b19c65
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
hosts: "{{ target_host }}"
|
hosts: "{{ target_host }}"
|
||||||
vars:
|
vars:
|
||||||
repo_path: "/home/{{ ansible_user }}/iac/docker/{{ folder }}"
|
repo_path: "/home/{{ ansible_user }}/iac/docker/{{ folder }}"
|
||||||
secrets_mapping_file: "/home/{{ ansible_user }}/iac/secret-mapping.yml"
|
secrets_mapping_file: "/home/{{ ansible_user }}/iac/secret-mappings.yml"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Read secret mapping
|
- name: Read secret mapping
|
||||||
ansible.builtin.slurp:
|
ansible.builtin.slurp:
|
||||||
|
|
Loading…
Reference in a new issue