Skip to content

Commit d859065

Browse files
author
Jose Luis Lucas
committed
Feat: Split clean and task features.
Former-commit-id: 9ecea95
1 parent 5c21242 commit d859065

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deploy/aws/provision/clean-restart.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626
with_items:
2727
- /var/qed/db
2828
- /var/qed/wal
29+
tags:
30+
- clean
31+
32+
- hosts: role_qed
33+
remote_user: ec2-user
34+
gather_facts: true
35+
become: true
36+
vars_files:
37+
- vars.yml
38+
tasks:
2939
- name: Restart all services
3040
systemd:
3141
name: "{{ item }}"

0 commit comments

Comments
 (0)