test
This commit is contained in:
parent
572ec3a238
commit
72c9b164b6
1 changed files with 2 additions and 4 deletions
|
|
@ -1,14 +1,12 @@
|
|||
---
|
||||
- hosts: docker_servers
|
||||
- hosts: "{{ target_hosts }}"
|
||||
become: true
|
||||
tasks:
|
||||
- name: Update apt cache
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
become: true
|
||||
|
||||
- name: Upgrade all packages
|
||||
ansible.builtin.apt:
|
||||
upgrade: dist
|
||||
autoremove: true
|
||||
become: true
|
||||
Loading…
Reference in a new issue