Преглед изворни кода

Stop using deprecated `vars` variable for matrix-dimension

pull/4776/head
Kim Brose пре 3 месеци
committed by GitHub
родитељ
комит
9ae1739f78
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/custom/matrix-dimension/tasks/validate_config.yml

+ 1
- 1
roles/custom/matrix-dimension/tasks/validate_config.yml Прегледај датотеку

@@ -39,7 +39,7 @@
ansible.builtin.fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
when: "lookup('vars', item, default='') == ''"
with_items:
- matrix_dimension_container_labels_traefik_hostname
- matrix_dimension_container_labels_traefik_path_prefix


Loading…
Откажи
Сачувај