diff --git a/Playbooks/update-server.yaml b/Playbooks/update-server.yaml index 8318c86..31c8002 100644 --- a/Playbooks/update-server.yaml +++ b/Playbooks/update-server.yaml @@ -1 +1,9 @@ -Test \ No newline at end of file +--- +- hosts: all + + become: true + tasks: + - name: update apt packages + apt: + upgrade: yes + update_cache: yes \ No newline at end of file