Skip to content

Commit ab95bd4

Browse files
committed
Ensure infrastructure tag is working properly
1 parent 534ea68 commit ab95bd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

playbooks/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
hosts: all
44
tasks:
55
- name: Load OTA applications configs
6+
tags: [always]
67
ansible.builtin.include_role:
78
name: ota/apps
89
public: true # ensure that the role's variables and defaults are accessible to the play
10+
apply:
11+
tags: [always]
912
vars:
1013
ota_apps_read_config_only: true
1114

1215
- name: Set required variables
1316
set_fact:
17+
tags: [always]
1418
chromium_required: "{{ ota_apps_config['@opentermsarchive/engine'] is defined }}"
1519
# Skip Debian 11 with ARM architecture as it is not currently supported by MongoDB; see https://www.mongodb.com/docs/manual/installation/#supported-platforms
1620
mongo_required:

0 commit comments

Comments
 (0)