ks888/ansible-playbook-debugger

ERROR! Invalid play strategy specified: debug

Closed this issue · 3 comments

ansible 2.0.1.0

$: ls strategy_plugins/
debug.py

ansible.cfg:
strategy_plugins = strategy_plugins/
playbook:
- hosts: all
  strategy: debug
ks888 commented

strategy_plugins configuration is not available on ansible v2.0.1.0. It is merged on devel branch already, so I guess it will be available on v2.1.0.
(yes, when you see ansible docs, it looks like you can use it, but it's not)

BTW, if a strategy_plugins directory is a child of a playbook directory, you don't need strategy_plugins configuration.

gah. confused 2.1.0 with 2.0.1.0, and yes - i saw the docs. Doh!
waiting for this plugin with baited breath. I've needed something like it countless times over the last few weeks alone

This is simply resolved with three commands:
git submodule --init --update
git submodule sync
git submodule update --recursive