aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/update.yml
blob: f627317097e4ae6166e0c336dbfff5babc1520f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This playbook updates all Alpine Linux hosts.
#
# Copyright (c) 2013-2017 Fabian Affolter <fabian@affolter-engineering.ch>
#
# Licensed under CC BY 3.0. All rights reserved.
# 
---
- name: update all packages
  raw: /sbin/apk upgrade -U -a

- name: reboot the system
  raw: /sbin/reboot -d 5