Re: [ansible-project] force --check

2016-02-25 Thread Mike Biancaniello
That might be what I'm looking for, but I'm not sure. I want to be able to run a playbook (*not* in check_mode), but tell one task to run *only* in check_mode. Currently, if you run in check_mode, setting `always_run: true` on a task makes that task run as if it is not in check_mode. I want

Re: [ansible-project] force --check

2016-02-18 Thread Brian Coca
there is a PR (not a feature yet) to set ansible_check_mode variable so you can figure out if you are in check mode or not and make your execution conditional on it. -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To