Skip to content

Commit

Permalink
cosmetics. use true instead of yes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pescobar committed Oct 22, 2021
1 parent 2f2ba40 commit fc81dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

- name: Update apt cache on Debian/Ubuntu systems
ansible.builtin.apt:
update_cache: yes
update_cache: true
cache_valid_time: 600
when:
- ansible_os_family == 'Debian'
Expand Down

0 comments on commit fc81dd3

Please sign in to comment.