ansible/main.yml

7 lines
139 B
YAML
Raw Normal View History

2018-11-28 20:21:21 +00:00
- hosts: integration
tasks:
- name: upgrade pacman
pacman:
update_cache: yes
upgrade: yes
become: true