Câu 26: EX407: Red Hat Certified Specialist in Ansible Automation exam
Consider the following play excerpt:- name: deploy app configtemplate:src: app.xml.j2dest: /etc/app.xmlnotify:- restart memcached- restart apache- name: deploy httpd configtemplate:src: httpd.conf.j2dest: /etc/httpd/conf/httpd.confnotify:- restart apache- name: deploy httpd configtemplate:src: site.conf.j2dest: /etc/h…
Nội dung câu hỏi
Consider the following play excerpt:- name: deploy app configtemplate:src: app.xml.j2dest: /etc/app.xmlnotify:- restart memcached- restart apache- name: deploy httpd configtemplate:src: httpd.conf.j2dest: /etc/httpd/conf/httpd.confnotify:- restart apache- name: deploy httpd configtemplate:src: site.conf.j2dest: /etc/httpd/conf/site.confnotify:- restart apachePresuming 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?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. 3
- B. 0
- C. 2
- D. 1 — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.