Skip to content

Commit 889ed9d

Browse files
committed
Cs fixes
1 parent 5d84878 commit 889ed9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
- apt-file
1313
- apt-file-install
1414

15-
- name: run apt-file update (once)
15+
- name: run apt-file update (once) # noqa no-changed-when
1616
ansible.builtin.shell: >
1717
{{ apt_file_update_job }}
1818
when: _result is changed
19+
changed_when: true
1920
tags:
2021
- configuration
2122
- apt-file

0 commit comments

Comments
 (0)