Don't skip additional if main is skipped
This commit is contained in:
parent
84a1f8af14
commit
a6c381772c
@ -266,7 +266,7 @@ class ActionModule(ActionBase):
|
|||||||
"target": this_dns_target,
|
"target": this_dns_target,
|
||||||
"state": this_state
|
"state": this_state
|
||||||
})
|
})
|
||||||
if not this_uptime_raw_config.get('skip', uptime_raw_config.get('skip', False)):
|
if not this_uptime_raw_config.get('skip', False):
|
||||||
results['uptime_config'].append({
|
results['uptime_config'].append({
|
||||||
"name": full_domain,
|
"name": full_domain,
|
||||||
"url": 'https://{0}/{1}'.format(full_domain, this_uptime_raw_config.get("endpoint", "")),
|
"url": 'https://{0}/{1}'.format(full_domain, this_uptime_raw_config.get("endpoint", "")),
|
||||||
|
Loading…
Reference in New Issue
Block a user