Итак, это условные выражения для Ansible:
- debug:
var: x
when: x is not defined
Можно ли в любом случае применять условные выражения для junos_commands?Нравится:
tasks:
- name: Show logs
junos_command:
commands:
- show interfaces
when: apply this condition