Commit d5164e9e by Brian Coca

Merge pull request #10415 from dagwieers/patch-4

Make the example somewhat more feature complete
parents 08617c08 2e673729
......@@ -67,8 +67,8 @@ For starters, here's a playbook that contains just one play::
template: src=/srv/httpd.j2 dest=/etc/httpd.conf
notify:
- restart apache
- name: ensure apache is running
service: name=httpd state=started
- name: ensure apache is running (and enable it at boot)
service: name=httpd state=started enabled=yes
handlers:
- name: restart apache
service: name=httpd state=restarted
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment