ansible_public/playbooks/installers/apt_upgrade.yaml
2022-06-14 18:53:16 +02:00

10 lines
177 B
YAML

---
- hosts: "{{ variable_host | default('lab15_standard') }}"
gather_facts: no
become: yes
tasks:
- name: apt upgrade
become: yes
shell: apt upgrade -y