fix wrong field name

master
Michael Wilson 3 years ago
parent a38efce381
commit d2d9e32c67
  1. 2
      linux/k3s/ansible_setup/tasks/main.yml

@ -38,7 +38,7 @@
set_fact:
ansible_home: "{{ ansible_env['HOME'] }}"
become: yes
become: "{{ ansible_user }}"
become_user: "{{ ansible_user }}"
- name: Create kube directory if it does not exist
ansible.builtin.file:

Loading…
Cancel
Save