Update truthy values to true/false only, #204 (#387)

Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
Balázs Hasprai
2024-01-15 19:43:44 +01:00
committed by GitHub
parent 70e658cf98
commit cddbfc8e40
12 changed files with 21 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
- name: Prepare Proxmox cluster
hosts: proxmox
gather_facts: true
become: yes
become: true
environment: "{{ proxy_env | default({}) }}"
roles:
- role: proxmox_lxc
@@ -10,7 +10,7 @@
- name: Prepare k3s nodes
hosts: k3s_cluster
gather_facts: yes
gather_facts: true
environment: "{{ proxy_env | default({}) }}"
roles:
- role: lxc