ansible-role-k3s/tasks
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
..
build fix: avoid failure with jinja2_native=true 2021-07-19 09:26:57 +00:00
operate Pre-documentation work 2021-02-16 16:53:49 +00:00
teardown fixed kubectl_get_nodes_result.stdout error 2021-04-30 14:31:33 +08:00
validate Update test sequence for check mode, fixed check mode on cgroup test 2021-04-18 20:39:06 +01:00
main.yml moving to file-based config 2020-10-19 20:26:12 +01:00
state-downloaded.yml Added new state "downloaded" - improved getting latest version 2019-12-28 15:50:17 +00:00
state-installed.yml feat: add support for specifying URLs in templates 2021-05-26 18:07:22 -04:00
state-restarted.yml Moved to file based config, pre-FQCN, pre-update to documentation 2020-10-22 19:26:15 +01:00
state-started.yml Build-operate workflow trial - allow for stop-starting cluster. 2019-12-20 19:41:20 +00:00
state-stopped.yml Build-operate workflow trial - allow for stop-starting cluster. 2019-12-20 19:41:20 +00:00
state-uninstalled.yml Pre-documentation work 2021-02-16 16:53:49 +00:00
state-validated.yml moving to file-based config 2020-10-19 20:26:12 +01:00