Skip to content

Commit 55d13d8

Browse files
committed
Consistency changes
1 parent 892eb4d commit 55d13d8

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
@@ -13,7 +13,8 @@
1313
- apt-file-install
1414

1515
- name: run apt-file update (once)
16-
shell: "{{ apt_file_update_job }}"
16+
shell: >
17+
{{ apt_file_update_job }}
1718
when: _result is changed
1819
tags:
1920
- configuration

0 commit comments

Comments
 (0)