Re: [ansible-project] --check shows changes that won't actually happen

2014-09-09 Thread Romain Richard
ange w/o --diff ? > > > > On Tue, Sep 9, 2014 at 12:32 PM, Romain Richard < > romain.richar...@gmail.com > wrote: > >> Installed Ansible 1.7.1 from the ppa: >> >> $ ansible --version >> ansible 1.7.1 >> >> And I am seeing the exact same outpu

Re: [ansible-project] --check shows changes that won't actually happen

2014-09-09 Thread Romain Richard
If you see diff issues there, let us know, but seeing you reported on > 1.6.3 there's a good chance this is now resolved. > > Thanks! > > On Mon, Sep 8, 2014 at 7:26 PM, Romain Richard > wrote: > >> Thanks for your reply, more info below. >> >> On Monda

Re: [ansible-project] --check shows changes that won't actually happen

2014-09-08 Thread Romain Richard
Thanks for your reply, more info below. On Monday, September 8, 2014 4:01:30 PM UTC-7, Michael DeHaan wrote: > > This could be handled by having a previous task that copied a blank file > over, provided you weren't logged in as that user. > That's not a bad idea, I will look into that. > You

[ansible-project] --check shows changes that won't actually happen

2014-09-08 Thread Romain Richard
Hi, We have a playbook to manage SSH keys on our servers (we are not using the authorized_key module because it appends users' keys without ever deleting the old ones). For that we created a template to gather all the SSH keys based on the different roles and groups, which is working fine exce