ansible --version should not say 1.7.2 if you are using devel. Make you sure you did:
- source /path/to/repo/hacking/env-setup
- Clean your shell’s binaries location cache (IIRC hash --help should tell you how in bash/zsh)
Or just use $(which ansible-playbook) to run your plays
Dane Lipscombe dane@lipscombe.com.au napisał: