ansible-role-k3s/tasks
Jairo Llopis 142b40f428
fix: do ignore etcd member count when uninstalling
Otherwise, when completely uninstalling the etcd-enabled cluster, it fails with:

```
TASK [xanmanning.k3s : Check the conditions when embedded etcd is defined] ***************************************
fatal: [vm0]: FAILED! => {
    "assertion": "(((k3s_controller_list | length) % 2) == 1)",
    "changed": false,
    "evaluated_to": false,
    "msg": "Etcd should have a minimum of 3 defined members and the number of members should be odd. Please see notes about HA in README.md"
}
fatal: [vm1]: FAILED! => {
    "assertion": "(((k3s_controller_list | length) % 2) == 1)",
    "changed": false,
    "evaluated_to": false,
    "msg": "Etcd should have a minimum of 3 defined members and the number of members should be odd. Please see notes about HA in README.md"
}
fatal: [vm2]: FAILED! => {
    "assertion": "(((k3s_controller_list | length) % 2) == 1)",
    "changed": false,
    "evaluated_to": false,
    "msg": "Etcd should have a minimum of 3 defined members and the number of members should be odd. Please see notes about HA in README.md"
}
```
2021-07-21 12:56:09 +01:00
..
build Case insensitive control node lookup 2021-05-29 14:26:50 -06: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 fix: do ignore etcd member count when uninstalling 2021-07-21 12:56:09 +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