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_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(''))"
25
+
when: (not art_atomics_installed.stat.exists | default(false)) or (not art_module_installed.stat.exists | default(false))
26
+
changed_when: (not art_atomics_installed.stat.exists | default(false)) or (not art_module_installed.stat.exists | default(false))
27
27
28
28
- name: create directory for default powershell profile
0 commit comments