Skip to content

Commit

Permalink
fix: consistently use true/false as truthy values
Browse files Browse the repository at this point in the history
  • Loading branch information
cschug committed Jul 12, 2024
1 parent c6a2479 commit c4ae78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kestra/ansible/playbook-inline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4ae78a

Please sign in to comment.