Skip to content

Commit 8a946ef

Browse files
committed
kdevops_archive: make the stat task less chatty
Signed-off-by: Luis Chamberlain <[email protected]>
1 parent df37de7 commit 8a946ef

File tree

1 file changed

+2
-0
lines changed
  • playbooks/roles/kdevops_archive/tasks

1 file changed

+2
-0
lines changed

playbooks/roles/kdevops_archive/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@
139139
path: "{{ item.path }}"
140140
register: archive_stats
141141
loop: "{{ archive_files.files }}"
142+
changed_when: false
143+
no_log: true
142144

143145
- name: Display archive file information
144146
debug:

0 commit comments

Comments
 (0)