summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-05-01 21:13:32 -0400
committerThedro Neely <thedroneely@gmail.com>2020-05-01 21:13:32 -0400
commitfa3fad52240d6907dde79ab7d35c5777ab748b00 (patch)
tree1521b56e523a0cd1967db65df8443c3c17a0d2b3
parentd7d98b1a8c82143ecee727f1c0ed9849648dc224 (diff)
downloadplaybooks-fa3fad52240d6907dde79ab7d35c5777ab748b00.tar.gz
playbooks-fa3fad52240d6907dde79ab7d35c5777ab748b00.tar.bz2
playbooks-fa3fad52240d6907dde79ab7d35c5777ab748b00.zip
roles/paperless/main: Include timezone setup
-rw-r--r--roles/paperless/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/paperless/main.yml b/roles/paperless/main.yml
index 611101c..80c80b4 100644
--- a/roles/paperless/main.yml
+++ b/roles/paperless/main.yml
@@ -28,6 +28,9 @@
groups: "{{ paperless_user }}"
home: "{{ paperless_home }}"
+ - name: Including timezone setup
+ include: ../common/tasks/alpine/timezone.yml
+
- name: Installing the required packages
apk:
state: present