Merge pull request #285 from netmanagers/include-deps-in-extend

fix(servers): include main config file watch in extend
This commit is contained in:
Imran Iqbal 2021-06-15 19:11:24 +01:00 committed by GitHub
commit 655c3f203d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,9 @@ extend:
service:
- reload: True
- require:
- file: nginx_config
{{ file_requisites(server_states) }}
- listen:
- file: nginx_config
{{ file_requisites(server_states) }}
{% endif %}