Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Erroring out on .osx dotfile run #212

Open
geerlingguy opened this issue Dec 5, 2024 · 2 comments · May be fixed by geerlingguy/ansible-role-dotfiles#27
Open

CI Erroring out on .osx dotfile run #212

geerlingguy opened this issue Dec 5, 2024 · 2 comments · May be fixed by geerlingguy/ansible-role-dotfiles#27

Comments

@geerlingguy
Copy link
Owner

See: https://github.com/geerlingguy/mac-dev-playbook/actions/runs/12173583322

TASK [Run .osx dotfiles.] ******************************************************
fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/Users/runner/.osx --no-restart", "msg": "[Errno 13] Permission denied: b'/Users/runner/.osx'", "rc": 13, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}

Possibly related? geerlingguy/ansible-role-dotfiles#13

@frysee
Copy link

frysee commented Jan 15, 2025

Stumbled upon this recently, isnt this just caused by https://github.com/geerlingguy/ansible-role-dotfiles/blob/master/tasks/main.yml#L38 ?
Works fine using the ancient 1.2.1, but broken in 1.3 for me.

@frysee frysee linked a pull request Jan 16, 2025 that will close this issue
@geerlingguy
Copy link
Owner Author

@frysee - That line was last changed 5 years ago, so I'm not sure why those permissions would cause an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants