Yanıtlanabilir bir görevi yalnızca mevcut başucu kitabının sunucusu belirli bir gruba ait değilse çalıştırabilmek istiyorum . Yarı sözde kodda:
- name: my command
command: echo stuff
when: "if {{ ansible_hostname }} not in {{ ansible_current_groups }}"
Bunu nasıl yapmalıyım?
This one looks easy to fix. It seems that there is a value started with a quote, and the YAML parser is expecting to see the line ended with the same kind of quote.