mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-09 23:13:30 +01:00
fix: task item name
This commit is contained in:
parent
51de880c0f
commit
e7374757fa
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Ensure that the manifests directory exists
|
- name: Ensure that the pod-manifests directory exists
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
state: directory
|
state: directory
|
||||||
path: "{{ k3s_server_pod_manifests_dir }}"
|
path: "{{ k3s_server_pod_manifests_dir }}"
|
||||||
|
|
Loading…
Reference in a new issue