Skip to content

Commit

Permalink
Feat: Split clean and task features.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Luis Lucas committed Apr 22, 2019
1 parent 5bfbf6c commit 9ecea95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deploy/aws/provision/clean-restart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
with_items:
- /var/qed/db
- /var/qed/wal
tags:
- clean

- hosts: role_qed
remote_user: ec2-user
gather_facts: true
become: true
vars_files:
- vars.yml
tasks:
- name: Restart all services
systemd:
name: "{{ item }}"
Expand Down

0 comments on commit 9ecea95

Please sign in to comment.