Hi,
I am trying to restart the cron and httpd services, but unable to do so
with ansible.
Output shows OK, but changed=0. See below output.
[root@slc09vev ansible]# ansible-playbook restart.cron.pb.yml
PLAY [This is to call the restart_cron role]
***********************************************************************************************************************
TASK [Gathering Facts]
*********************************************************************************************************************************************
ok: [slc11zrn]
ok: [slc09vev]
PLAY RECAP
*********************************************************************************************************************************************************
host1 : ok=1 changed=0 unreachable=0 failed=0
host2 : ok=1 changed=0 unreachable=0 failed=0
Here is my task file:
[root@slc09vev ansible]# cat roles/restart_cron/tasks/cron_restart.yml
- name:"restart crond service"
- service:
name:crond state:restarted
What could be the reason for this?
--
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/2934fc02-1d0d-47eb-8228-83345842e142%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.