Valid EX407 Dumps shared by ExamDiscuss.com for Helping Passing EX407 Exam! ExamDiscuss.com now offer the newest EX407 exam dumps, the ExamDiscuss.com EX407 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com EX407 dumps with Test Engine here:
Consider the following playbook: # playbook name: /home/ansible/web.yml --- - hosts: webservers become: yes tasks: - name: edit file 1 lineinfile: path: /var/www/content.hml line: "{{ text }}" tags: - content - name: edit file 2 lineinfile: path: /var/www/index.hml line: "{{ text }}" tags: - web - name: edit file 3 lineinfile: path: /var/www/etc.hml line: "{{ text }}" tags: - content - misc Which use of the ansible-playbook command on the provided playbook will result in ONLY editing the file /var/www/index.html?
Correct Answer: C
This command skips the two tasks editing other files and only allows the task that is editing /var/www/index.html to run.