Am 13.10.2022 um 12:37 schrieb Todd Lewis <uto...@gmail.com>:Your last "when:" is wrong.when: 'not i_am_master'A quoted when condition that contains no jinja mustaches is just a string, which is always true. You wantwhen: not i_am_master
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/DEE8795F-9941-4CDB-B285-B3D23C55C92B%40Chaos1.DE.
Your last "when:" is wrong.when: 'not i_am_master'A quoted when condition that contains no jinja mustaches is just a string, which is always true. You wantwhen: not i_am_master
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAD8N0v_i%2BXukrSD7BKBZWF2kc1-F_uKKyRZ7L88c-oEGSFFrdQ%40mail.gmail.com.