lint fix
This commit is contained in:
parent
ced8459f8a
commit
51ce9d82a6
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
# ansible-playbook -K -D -i inventory/hosts.yml playbook.yml
|
||||
|
||||
- hosts: all # should be limited to web-servers
|
||||
- name: Apache2
|
||||
hosts: all # should be limited to web-servers
|
||||
become: true
|
||||
gather_facts: yes
|
||||
roles:
|
||||
|
|
|
|||
Loading…
Reference in New Issue