I'm running into a weird issue with the template module:
ansible --version
ansible 1.2 (devel 2cf30148ba) last updated 2013/05/01 16:29:24 (GMT -600)
python --version
Python 2.6.8
Note that this issue does not happen on another machine with python 2.l7.3
# a.yaml
False alarm... I do a 'git pull' from one machine, then I have a script that
does an rsync from there. I had missed the --delete in my script, so the ansible tree was completely corrupted (several updates had been copied, but no file had been deleted). I'm actually surprised how well everything else worked!
Sorry about the noise.
Yves.