Re: [ansible-project] ansible question

2024-03-04 Thread Prady A
Hi Welcome.. There should be a handler to listen this notification.. The handler should have the same keyword. Ex: --- # webserver.yml - name: "Install and configure web server" hosts: "all" handlers: - name: "Start and enable httpd Service" ansible.builtin.service: name: "httpd.service" state: "

[ansible-project] ansible question

2024-03-04 Thread Christoph Christ
Hi all, i have to implement an ansible task. where the action is, to reload the dconf for Gnome. It is telling me: the requested handler "reload dconf" was not found in either the main handlers list nor in the listening handlers list. --- - name: Ensure GDM disable-user-list option is enabled

Re: [ansible-project] ansible question

2018-01-16 Thread Kai Stian Olstad
On Monday, 15 January 2018 20.23.35 CET rajesh wrote: > May be this question is so basic, frustrating me not in any document > explains this scenario. advance thanks for your help . > > Ansible not loading the become_user profile . this may look like small > issue but i want to run some scri

[ansible-project] ansible question

2018-01-15 Thread rajesh
May be this question is so basic, frustrating me not in any document explains this scenario. advance thanks for your help . Ansible not loading the become_user profile . this may look like small issue but i want to run some scripts in become_user only . (*acutually become_user not loading