ot-random1

Results 3 comments of ot-random1

I think I have found in the first_server.yml a syntax error occuring in line 58. `when: rke2_etcd_snapshot_file and ( "rke2-server.service" is not in ansible_facts.services )` fixed by adding double-quotes to...

Hi, in my case Ansible reported a syntax error. Something like: expecting ")" but got ".". I am Using Ansible 2.12.10 at the moment.

Hello @alexandershelega I have added quotes to ansible_facts.services to get this passed. This seems not to be the best practice, but it works.