mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 08:13:18 +01:00
fix: consistently use true
/false
as truthy values
This commit is contained in:
parent
c6a24793f6
commit
c4ae78adec
@ -24,8 +24,8 @@ tasks:
|
|||||||
- name: upgrade apt packages
|
- name: upgrade apt packages
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
upgrade: yes
|
upgrade: true
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
# <--
|
# <--
|
||||||
id_rsa: "{{ secret('SSH_KEY') }}"
|
id_rsa: "{{ secret('SSH_KEY') }}"
|
||||||
- id: ansible_task
|
- id: ansible_task
|
||||||
|
Loading…
Reference in New Issue
Block a user