Passing arguments to a module

ansible --version should not say 1.7.2 if you are using devel. Make you sure you did:

  1. source /path/to/repo/hacking/env-setup
  2. 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 :slight_smile:

Dane Lipscombe dane@lipscombe.com.au napisał: