chore: fix truthy

This commit is contained in:
juju4 2023-04-02 15:16:17 +00:00
parent f37bf31265
commit 0f86fa18d6

View File

@ -6,7 +6,7 @@
pre_tasks:
- name: Update apt cache.
ansible.builtin.apt:
update_cache: yes
update_cache: true
cache_valid_time: 600
when: ansible_os_family == 'Debian'