ansible-role-k3s/tasks/validate/configuration
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
..
cluster-init.yml Bugfix, missing become on cluser token check 2021-02-28 17:36:30 +00:00
control-node-count.yml fix: do ignore etcd member count when uninstalling 2021-07-21 12:56:09 +01:00
experimental-variables.yml Pre-documentation work 2021-02-16 16:53:49 +00:00
unsupported-rootless.yml Updated command modules to use cmd argument 2021-04-10 12:31:18 +01:00
variables.yml Cluster-init checks added, tidy up of task format 2021-02-28 16:48:23 +00:00