Hi Thanks for your response. I will try this and let you know.
>From the file content wise, I have verified it before if the file is really changing or not and it was changing... The file looked like the following before change: # This file autogenerated by monitoring-channel observer # It contains a list of attributes to be used by ceilometer proxy web server # syntax: key=value [default] auth_url=http://130.127.133.58:5000/v2.0 admin_user=admin admin_tenant=admin admin_password=d1am0nd ceilometer_pub_sub_url=http://130.127.133.58:4455/ [allowed_tenants] 57fc48675c384d4ca547a59e9d44b053 default_admin_tenant And after change, it is (There is one new entry getting added in to the file as highlighted in RED below): # This file autogenerated by monitoring-channel observer # It contains a list of attributes to be used by ceilometer proxy web server # syntax: key=value [default] auth_url=http://130.127.133.58:5000/v2.0 admin_user=admin admin_tenant=admin admin_password=d1am0nd ceilometer_pub_sub_url=http://130.127.133.58:4455/ [allowed_tenants] 57fc48675c384d4ca547a59e9d44b053 *36df52d6b22e4b29b87ed7ab9bb78d64* default_admin_tenant Thanks Srikanth On Saturday, 14 May 2016 01:16:28 UTC-7, Johannes Kastl wrote: > > On 13.05.16 23:34 Srikanth Vavilapalli wrote: > > > Could any one help me with this issue and how I can troubleshoot what is > > going wrong here? Plz let me know if you need more details. > > Go to your target host, move the file to > monitoring-channel-1_ceilometer_proxy_config.TEST and rerun your > playbook. As the file does not exist before, it should return changed. > > Compare the two files. Is there any difference? > > I was thinking maybe the only difference is a {{ ansible_managed }} > inside the file that is being changed. If this is the only difference, > ansible might report the file as unchanged, even if the timestamp is > changed inside the file. Just a wild guess. > > Johannes > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/4a0be243-e066-4e20-805a-e65847d595ca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
