-proper naming for role task files
This commit is contained in:
9
roles/common/tasks/main.yaml
Executable file
9
roles/common/tasks/main.yaml
Executable 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
|
||||
Reference in New Issue
Block a user