aboutsummaryrefslogtreecommitdiffstats
path: root/roles/web/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/web/tasks')
-rw-r--r--roles/web/tasks/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/web/tasks/main.yml b/roles/web/tasks/main.yml
index d554db1..b45e0ec 100644
--- a/roles/web/tasks/main.yml
+++ b/roles/web/tasks/main.yml
@@ -71,6 +71,13 @@
mode: 0755
with_fileglob:
- "acme/*.sh"
+ tags: acme
+
+- name: acme - copy deployment scripts
+ copy:
+ src: acme/deploy.d/ # note the trailing '/'
+ dest: /usr/local/etc/acme/deploy.d/
+ tags: acme
- name: (local) acme - check account private key existence
become: false