Commit 6ee7bea 1 parent fb07197 commit 6ee7bea Copy full SHA for 6ee7bea
File tree 2 files changed +2
-5
lines changed
docker-swarm-app-caddy/tasks
utils-rotate-docker-configs/tasks
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 36
36
vars :
37
37
docker_compose_path : " {{ caddy_dir }}/caddy-stack.yml"
38
38
configs :
39
- - {name: 'global_caddyfile', file_path: "{{ assets_path }}/Caddyfile"}
39
+ - {name: 'global_caddyfile', file_path: "{{ caddy_dir }}/Caddyfile"}
40
40
41
41
- name : Manager Caddy Secrets
42
42
include_role :
Original file line number Diff line number Diff line change 7
7
- name : Gather file stats and checksums
8
8
stat :
9
9
path : " {{ item.file_path }}"
10
+ checksum : md5
10
11
loop : " {{ configs }}"
11
12
register : file_stats
12
13
13
- - name : Print file stats
14
- ansible.builtin.debug :
15
- msg : " {{ file_stats }}"
16
-
17
14
- name : Create dictionary of checksums
18
15
set_fact :
19
16
config_checksums : " {{ config_checksums | default({}) | combine({ item.name: file_stats.results[idx].stat.checksum }) }}"
You can’t perform that action at this time.
0 commit comments