aboutsummaryrefslogtreecommitdiffhomepage
path: root/mini-test/playbook.yml
blob: 898dfc5de6f8bfc478bbd021c24028d7d82467e9 (plain) (blame)
1
2
3
4
5
- hosts: all
  become: True
  tasks:
    - name: install nginx
      apk: name=nginx  state=present