change container to abesent of pcap is disabled

This commit is contained in:
m0duspwnens
2021-07-26 10:08:59 -04:00
parent 668199f1a8
commit 2e277bf487
2 changed files with 7 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
{% endif %}
{% if ENABLED is sameas false %}
{% do STENOOPTIONS.update({'status': 'stopped'}) %}
{% do STENOOPTIONS.update({'status': 'absent'}) %}
{% else %}
{% do STENOOPTIONS.update({'status': 'running'}) %}
{% endif %}
{% endif %}