We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d947b commit 1d1e777Copy full SHA for 1d1e777
ansible/roles/k3s/files/start_k3s.yml
@@ -8,7 +8,7 @@
8
tasks:
9
- name: Ensure password directory exists
10
ansible.builtin.file:
11
- path: /etc/rancher/node"
+ path: "/etc/rancher/node"
12
state: directory
13
14
- name: Set agent node password as token # uses token to keep password consistent between reimages
0 commit comments