Skip to content

Commit 2615aa2

Browse files
Merge pull request #31 from ccdc-opensource/florianpiesche-patch-1
Remove check_mode flag (NO_JIRA)
2 parents bc1ee84 + 4854bac commit 2615aa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/Darwin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
- name: Check for existing Xcode v{{ xcode_version }} # noqa: no-changed-when
2121
ansible.builtin.command:
2222
cmd: xcodes installed {{ xcode_version }}
23-
check_mode: true
2423
ignore_errors: "{{ ansible_check_mode }}"
2524
register: xcode_check
2625
environment:

0 commit comments

Comments
 (0)