213:48c311d68f60
Anton Shestakov <av6@dwimlabs.net>, Wed, 10 Aug 2016 01:26:39 +0800
updatesri: ignore egrep exit code (since we do set -e and pipefail)

previous change 1:7ab80565bcdd

contrib/provision/roles/common/handlers/main.yml

Permissions: -rw-r--r--

Other formats: Feeds:
---
- name: update timezone
command: dpkg-reconfigure --frontend noninteractive tzdata
...