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
when: not art_installed.stat.exists | default(false)
25
+
when: (not art_atomics_installed.stat.exists | default(false)) or (art_module_check.rc != 0)
26
+
changed_when: "'already installed' not in (output_art.stdout | default('') + output_art.stderr | default('')) and 'already exists' not in (output_art.stdout | default('') + output_art.stderr | default(''))"
18
27
19
28
- name: create directory for default powershell profile
0 commit comments