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 1952797 commit c642866Copy full SHA for c642866
ansible/roles/passwords/tasks/main.yml
@@ -7,7 +7,7 @@
7
delegate_to: localhost
8
run_once: true
9
10
-- name: Generate k3s token and add to terraform
+- name: Template k3s token to terraform
11
template:
12
src: k3s-token.auto.tfvars.json
13
dest: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/terraform/k3s-token.auto.tfvars.json"
0 commit comments