আমি যদি বর্তমান প্লেবুকের হোস্টটি কোনও নির্দিষ্ট গোষ্ঠীর অন্তর্ভুক্ত না হয় তবেই আমি একটি জবাবদিহি টাস্ক চালাতে সক্ষম হতে চাই । আধা ছদ্ম কোডে:
- name: my command
command: echo stuff
when: "if {{ ansible_hostname }} not in {{ ansible_current_groups }}"
আমি এই কিভাবে করা উচিত?
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.