We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee7bea commit dcc6422Copy full SHA for dcc6422
ansible/roles/utils-rotate-docker-configs/tasks/main.yaml
@@ -42,7 +42,7 @@
42
- name: Create new configs if value has changed
43
docker_config:
44
name: "{{ item.name }}_{{ config_checksums[item.name] }}"
45
- data: "{{ lookup('file', item.file_path) }}"
+ data_src: "{{ item.file_path }}"
46
state: present
47
labels:
48
managed_by: "rotate_docker_configs"
0 commit comments