#23Multiple Choice
Consider the following playbook. --- - hosts: web1 become: yes tasks: - name: use yum yum: name=httpd state=latest - name: use service service: name=httpd state...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free