How many plays are in this playbook? — – name: install sta…
How many plays are in this playbook? — – name: install start and enable httpd hosts: all tasks: – name: install package package: name: httpd state: latest – name: start and enable service service: name: httpd state: started enabled: yes
Read Details