Skip to content

Commit

Permalink
Fix other file's formatting
Browse files Browse the repository at this point in the history
RE #62
  • Loading branch information
cailafinn committed Feb 8, 2023
1 parent 46126cf commit dade2e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jenkins-node/mantid-builder-macos/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
collections:
- name: geerlingguy.mac
- name: geerlingguy.mac
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ fi

echo "Agent connected successfully. "

exit 0
exit 0
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
# Deploy Jenkins agent on macOS

# Install Requirements
# Set up the environment

- name: Add user to sudoers on new macs.
shell: /Applications/Privileges.app/Contents/Resources/PrivilegesCLI --add
ignore_errors: true # Not all the macs have these, so don't panic if it fails.

# Install Requirements

- name: Install homebrew
include_role:
name: geerlingguy.mac.homebrew
Expand Down

0 comments on commit dade2e6

Please sign in to comment.