add first playbook (apt upgrade)
This commit is contained in:
10
aptUpgrade.yml
Normal file
10
aptUpgrade.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: update apt-cache and upgrade
|
||||
- hosts: oracle
|
||||
become: yes
|
||||
tasks:
|
||||
- name: apt
|
||||
apt:
|
||||
update_cache: yes
|
||||
upgrade: 'yes'
|
||||
|
||||
Reference in New Issue
Block a user