aboutsummaryrefslogtreecommitdiff
path: root/ansible/update_adjutor.yml
blob: 562a083d6cbbc3905208a78b57f52b50f1a12c4e (plain)
1
2
3
4
5
6
7
8
9
10
---
  - name: Update the server
    hosts: vps
    become: yes
    tasks:
      - name : Update and upgrade apt packages
        apt:
          update_cache: yes
          upgrade: yes
          autoremove: yes