fix(debian): generate remoteip conf before a2enconf

This commit is contained in:
Sergio Cambra 2020-01-22 13:09:03 +01:00
parent 08cced2913
commit 1ed69f6c6f

View File

@ -42,6 +42,7 @@ a2enconf remoteip:
- module: apache-restart - module: apache-restart
- module: apache-reload - module: apache-reload
- service: apache - service: apache
- cmd: a2enconf remoteip
{% endif %} {% endif %}