Update tasks/build/preconfigure-k3s-auto-deploying-manifests.yml

Co-Authored-By: Xan Manning <xan.manning@gmail.com>
This commit is contained in:
nolte 2020-01-11 20:03:29 +01:00 committed by GitHub
parent 227b24c117
commit 2e03ea2e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}"