mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
upt playbook
This commit is contained in:
10
playbooks/apt_upgrade.yml
Normal file
10
playbooks/apt_upgrade.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
- hosts: morefine
|
||||||
|
name: Apt udate
|
||||||
|
become: true
|
||||||
|
tasks:
|
||||||
|
- name: Apt update
|
||||||
|
ansible.builtin.shell: 'apt update'
|
||||||
|
changed_when: false
|
||||||
|
- name: Apt upgrade
|
||||||
|
ansible.builtin.shell: 'apt -o Dpkg::Options::="--force-confnew" upgrade -y'
|
||||||
|
changed_when: false
|
Reference in New Issue
Block a user