ansible-role-k3s/tasks/build
Yajo 05e62b6344 fix: avoid failure with jinja2_native=true
If you run the role on an ansible configured with that setting, it will fail with:

    fatal: [vm0]: FAILED! => {"msg": "Unexpected templating type error occurred on ({% for host in ansible_play_hosts_all %}\n{% filter string %}\n{% filter replace('\\n', ' ') %}\n{{ host }}\n@@@\n{{ hostvars[host].ansible_host | default(hostvars[host].ansible_fqdn) }}\n@@@\nC_{{ hostvars[host].k3s_control_node }}\n@@@\nP_{{ hostvars[host].k3s_primary_control_node | default(False) }}\n{% endfilter %}\n{% endfilter %}\n@@@ END:{{ host }}\n{% endfor %}): sequence item 4: expected str instance, bool found"}
2021-07-19 09:26:57 +00:00
..
containerd style(k3s): change code style 2021-05-08 18:39:19 +08:00
docker Updated command modules to use cmd argument 2021-04-10 12:31:18 +01:00
configure-k3s-cluster.yml Renamed k3s_control_node_address -> k3s_registration_address 2021-03-14 16:29:14 +00:00
download-k3s.yml Tiidy up and refactoring of tasks (#80) 2020-12-21 19:14:52 +00:00
get-systemd-context.yml Pre-documentation work 2021-02-16 16:53:49 +00:00
get-version.yml Cluster-init checks added, tidy up of task format 2021-02-28 16:48:23 +00:00
install-k3s-directories.yml Fix templating error 2021-05-15 20:47:32 +01:00
install-k3s-node.yml Pre-documentation work 2021-02-16 16:53:49 +00:00
install-k3s.yml Renamed k3s_control_node_address -> k3s_registration_address 2021-03-14 16:29:14 +00:00
preconfigure-k3s-auto-deploying-manifests-urls.yml Skip downloads in check-mode 2021-05-27 19:31:28 +01:00
preconfigure-k3s-auto-deploying-manifests.yml fix: remove run_once 2021-05-25 19:23:13 -04:00
preconfigure-k3s-static-pod-manifests-urls.yml Skip downloads in check-mode 2021-05-27 19:31:28 +01:00
preconfigure-k3s-static-pod-manifests.yml Rename vars, path 2021-05-26 09:52:34 +02:00
preconfigure-k3s.yml fix: avoid failure with jinja2_native=true 2021-07-19 09:26:57 +00:00