5 lines
107 B
YAML
5 lines
107 B
YAML
- hosts: ubuntu
|
|
tasks:
|
|
- name: install apache2
|
|
apt: name=apache2 update_cache=yes state=latest
|