diff --git a/tasks/build/preconfigure-k3s-auto-deploying-manifests.yml b/tasks/build/preconfigure-k3s-auto-deploying-manifests.yml index e3fc17f..c0b076b 100644 --- a/tasks/build/preconfigure-k3s-auto-deploying-manifests.yml +++ b/tasks/build/preconfigure-k3s-auto-deploying-manifests.yml @@ -1,6 +1,6 @@ --- -- name: ensure that the manifests directory exists, if required +- name: Ensure that the manifests directory exists, if required file: state: directory path: "{{ k3s_server_manifests_dir }}"