Skip to content

Commit

Permalink
Remove template variable checks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed May 12, 2021
1 parent 397ec2a commit 41d3361
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roles/deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
- environment_name is defined and environment_name | trim | length > 0
- application_artefact_path is defined and application_artefact_path | trim | length > 0
- application_configs_path is defined and application_configs_path | trim | length > 0
- snmp_host_address is defined and snmp_host_address | trim | length > 0
- alpha_key_url is defined and alpha_key_url | trim | length > 0
- xbrl_validator_url is defined and xbrl_validator_url | trim | length > 0
- tnep_url is defined and tnep_url | trim | length > 0
- xslt_transformer_url is defined and xslt_transformer_url | trim | length > 0
msg: "Required variable(s) empty or undefined"

# The hostname is assumed to be in the format: frontend-tuxedo-<environment>-<instance-index>
Expand Down

0 comments on commit 41d3361

Please sign in to comment.