-proper naming for role task files

This commit is contained in:
Pi
2019-02-19 16:27:21 -05:00
parent 21e246b07f
commit f21aa306cf
3 changed files with 0 additions and 0 deletions

9
roles/common/tasks/main.yaml Executable file
View File

@@ -0,0 +1,9 @@
---
- hosts: all
tasks:
- name: Upgrade all packages o the latest version
become: true
apt:
upgrade: yes
update_cache: yes
tags: apt_upgrade