You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: playbooks/deploy.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,18 @@
3
3
hosts: all
4
4
tasks:
5
5
- name: Load OTA applications configs
6
+
tags: [always]
6
7
ansible.builtin.include_role:
7
8
name: ota/apps
8
9
public: true # ensure that the role's variables and defaults are accessible to the play
10
+
apply:
11
+
tags: [always]
9
12
vars:
10
13
ota_apps_read_config_only: true
11
14
12
15
- name: Set required variables
13
16
set_fact:
17
+
tags: [always]
14
18
chromium_required: "{{ ota_apps_config['@opentermsarchive/engine'] is defined }}"
15
19
# Skip Debian 11 with ARM architecture as it is not currently supported by MongoDB; see https://www.mongodb.com/docs/manual/installation/#supported-platforms
0 commit comments