Consider the following play excerpt:

Consider the following play excerpt:
– name: deploy app config template: src: app.xml.j2 dest: /etc/app.xml notify:
– restart memcached
– restart apache- name: deploy httpd config
template:
src: httpd.conf.j2 dest: /etc/httpd/conf/httpd.conf notify:
– restart apache – name: deploy httpd config
template:
src: site.conf.j2 dest: /etc/httpd/conf/site.conf notify:
– restart apache
Presuming all of the listed tasks in the play change the files they act on and the handler is correctly defined in another file, how many times is the "restart apache" handler ran?
A. 3
B. 0
C. 2
D. 1

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.