fix: consistently use true/false as truthy values

This commit is contained in:
Christoph Schug 2024-07-12 12:36:47 +02:00
parent c6a24793f6
commit c4ae78adec

View File

@ -24,8 +24,8 @@ tasks:
- name: upgrade apt packages
become: true
ansible.builtin.apt:
upgrade: yes
update_cache: yes
upgrade: true
update_cache: true
# <--
id_rsa: "{{ secret('SSH_KEY') }}"
- id: ansible_task