Skip to content

Commit

Permalink
elevate on xcode install DO-659
Browse files Browse the repository at this point in the history
  • Loading branch information
layfield-ccdc authored Apr 22, 2024
1 parent 583a2cd commit 1a863dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/Darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
creates: "/Applications/Xcode-{{ xcode_version }}.app"
environment:
PATH: /usr/local/bin:{{ ansible_env.PATH }}
become: true

- name: Set CLI tools path

Check failure on line 30 in tasks/Darwin.yml

View workflow job for this annotation

GitHub Actions / Linting

no-changed-when

Commands should not change things if nothing needs doing.

Check notice on line 30 in tasks/Darwin.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

[ansible-lint] tasks/Darwin.yml#L30

no-changed-when Commands should not change things if nothing needs doing
Raw output
tasks/Darwin.yml:30: no-changed-when Commands should not change things if nothing needs doing
ansible.builtin.command:
Expand Down

0 comments on commit 1a863dd

Please sign in to comment.