mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-22 11:48:22 +01:00
Adding become to pre checks packages
To make sure that system packages are found with `which` in distributions like Debian for example.
This commit is contained in:
parent
473f3943d2
commit
4f0bb3f9a7
@ -6,6 +6,7 @@
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
register: check_k3s_required_package
|
||||
become: "{{ k3s_become }}"
|
||||
|
||||
- name: Test that checks for {{ package.name }} passed
|
||||
ansible.builtin.assert:
|
||||
|
Loading…
Reference in New Issue
Block a user