CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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.

  1. A. 3
  2. B. 0
  3. C. 2
  4. 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.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề