We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e787f commit 2251b19Copy full SHA for 2251b19
ansible/playbooks/deploy-docker.yml
@@ -3,7 +3,7 @@
3
hosts: "{{ target_host }}"
4
vars:
5
repo_path: "/home/{{ ansible_user }}/iac/docker/{{ folder }}"
6
- secrets_mapping_file: "/home/{{ ansible_user }}/iac/secret-mapping.yml"
+ secrets_mapping_file: "/home/{{ ansible_user }}/iac/secret-mappings.yml"
7
tasks:
8
- name: Read secret mapping
9
ansible.builtin.slurp:
0 commit comments