Ansible role to embed runp module.
After declaring runp
role:
- hosts: all
roles:
- runp
You can use condition base on --check
option
- tasks:
- debug: msg="Not when in check mode"
when: run_mode
Since 1.3 Ansible has jinja2 filter skipped
MIT
Thierry Delamare