Skip to content

Commit ac8c0fa

Browse files
committed
Fixed syntax error
1 parent 54286f3 commit ac8c0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
ansible.builtin.apt:
2020
name: "*"
2121
state: latest
22-
update_cache
22+
update_cache: true
2323

2424
- name: Install libavahi
2525
ansible.builtin.apt:

0 commit comments

Comments
 (0)