Change become arguments to boolean
Changed all 'become: ' values from 'yes' to 'true' to satisfy the schema (and also make the lsp shut up).
This commit is contained in:
parent
385cb3859c
commit
7d8408f9f8
28 changed files with 124 additions and 125 deletions
|
|
@ -4,7 +4,7 @@
|
|||
ansible.builtin.package:
|
||||
name: "openssl"
|
||||
state: present
|
||||
become: yes
|
||||
become: true
|
||||
tags:
|
||||
- apt
|
||||
- download
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue