add comment

This commit is contained in:
m0duspwnens
2023-09-07 15:46:04 -04:00
parent 60f1947eb4
commit 35157f2e8b

View File

@@ -38,6 +38,7 @@
{% if pillar.global.endgamehost != '' %}
{# this is added to prevent endgame_dict from being added to standard_actions for each time this file is rendered #}
{# since this map file is rendered 3 times, it causes endgame_dict to appened 3 times if custom actions are defined in the pillar #}
{% set endgame = namespace(add=true) %}
{% for d in standard_actions %}
{% if d.name is defined %}