diff options
Diffstat (limited to 'gerboweb/deploy/playbook.yml')
-rw-r--r-- | gerboweb/deploy/playbook.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gerboweb/deploy/playbook.yml b/gerboweb/deploy/playbook.yml index 0d16d7f..2db45bc 100644 --- a/gerboweb/deploy/playbook.yml +++ b/gerboweb/deploy/playbook.yml @@ -71,3 +71,6 @@ - name: Setup pogojig include_tasks: setup_pogojig.yml + - name: Setup notification proxy + include_tasks: setup_notification_proxy.yml + |