Carica file su 'ansible'

This commit is contained in:
2022-07-07 21:48:32 +00:00
parent d87c141669
commit 0faafb560b
5 changed files with 100 additions and 0 deletions

View 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