diff --git a/Ansible-Playbooks/Get-Upgrades.yaml b/Ansible-Playbooks/Get-Upgrades.yaml index 81ea5d1..59687d9 100644 --- a/Ansible-Playbooks/Get-Upgrades.yaml +++ b/Ansible-Playbooks/Get-Upgrades.yaml @@ -11,4 +11,4 @@ - name: Install available Updates ansible.builtin.shell: - cmd: apt upgrade 2>/dev/null \ No newline at end of file + cmd: apt upgrade -y 2>/dev/null \ No newline at end of file