Skip to content

Commit 2251b19

Browse files
committedJan 1, 2025
whoops
1 parent 57e787f commit 2251b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ansible/playbooks/deploy-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
hosts: "{{ target_host }}"
44
vars:
55
repo_path: "/home/{{ ansible_user }}/iac/docker/{{ folder }}"
6-
secrets_mapping_file: "/home/{{ ansible_user }}/iac/secret-mapping.yml"
6+
secrets_mapping_file: "/home/{{ ansible_user }}/iac/secret-mappings.yml"
77
tasks:
88
- name: Read secret mapping
99
ansible.builtin.slurp:

0 commit comments

Comments
 (0)
Please sign in to comment.