Carica file su 'ansible'
This commit is contained in:
8
ansible/updates_playbook.yml
Normal file
8
ansible/updates_playbook.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- hosts: ubuntu
|
||||
tasks:
|
||||
- name: Update all installed packages using YUM module
|
||||
apt:
|
||||
name: '*'
|
||||
state: latest
|
||||
upgrade: yes
|
||||
register: apt_update_status
|
||||
Reference in New Issue
Block a user