Skip to content

Commit

Permalink
Use raw
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed May 25, 2016
1 parent fa44618 commit 004beca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/update.yml
@@ -1,12 +1,12 @@
# This playbook updates all Alpine Linux hosts.
#
# Copyright (c) 2013 Fabian Affolter <fabian@affolter-engineering.ch>
# Copyright (c) 2013-2016 Fabian Affolter <fabian@affolter-engineering.ch>
#
# Licensed under CC BY 3.0. All rights reserved.
#
---
- name: update all packages
command: /sbin/apk upgrade -U -a
raw: /sbin/apk upgrade -U -a

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

0 comments on commit 004beca

Please sign in to comment.