Add the resources_updater role as dependency.

This commit is contained in:
Andrea Dell'Amico 2019-01-09 12:00:13 +01:00
parent 16ad0de228
commit 1c8bd4a269
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@
dependencies:
- { role: '../../library/roles/smartgears/smartgears' }
- { role: '../../library/roles/smartgears/smartgears-nginx-frontend', when: setup_nginx is defined and setup_nginx }
- { role: '../../library/roles/smartgears/resource_updater', when: resource_updater_install is defined }
- { role: '../../library/roles/d4s_user_services_perms', when: smartgears_node }
- role: '../../library/roles/ssh-keys'