Skip to content

Commit

Permalink
Merge pull request #23 from companieshouse/feature/remove-template-va…
Browse files Browse the repository at this point in the history
…riable-checks

Remove template variable assertions
  • Loading branch information
marcransome authored Jun 9, 2021
2 parents 76f04d8 + 41d3361 commit 931f28d
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 931f28d

Please sign in to comment.