Question 34 of 135 from exam XK0-004: CompTIA Linux+

Question 34 of 135 from exam XK0-004: CompTIA Linux+

Question

An administrator reviews the following configuration file provided by a DevOps engineer:

Tasks:

- name:Install php-fpm from repo
yum:
name: php-fpm
state: present
- name:Install mysql from repo
yum:
name: mysql-server
state: present

Which of the following would the application parsing this file MOST likely have to support?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.