diff options
author | Ole Mathias Aa. Heggem <msbone1995@gmail.com> | 2018-01-23 22:22:10 +0100 |
---|---|---|
committer | Ole Mathias Aa. Heggem <msbone1995@gmail.com> | 2018-01-23 22:22:10 +0100 |
commit | 6659dddc6dddcead1ea5d2535ba879eead66332d (patch) | |
tree | e332baec5f89e4a89a1d5ea7332aee3c72968738 /ansible/roles/web/handlers | |
parent | 0016b6612e79cc5b115aae11c7f37ec2a27420e1 (diff) |
Added varnish to ansible job
Diffstat (limited to 'ansible/roles/web/handlers')
-rw-r--r-- | ansible/roles/web/handlers/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/roles/web/handlers/main.yml b/ansible/roles/web/handlers/main.yml index 407739b..3f71f4c 100644 --- a/ansible/roles/web/handlers/main.yml +++ b/ansible/roles/web/handlers/main.yml @@ -1,3 +1,7 @@ --- - name: restart apache service: name=apache2 state=restarted +- name: restart varnish + service: name=varnish state=restarted +- name: reload systemd + command: systemctl daemon-reload |