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
TASK [geerlingguy.dotfiles : Link dotfiles into home folder.] ******************
changed: [127.0.0.1] => (item=.gitconfig)
changed: [127.0.0.1] => (item=.gitignore_global)
failed: [127.0.0.1] (item=.ssh/config) => {"failed": true, "item": ".ssh/config", "msg": "Error while linking: [Errno 2] No such file or directory", "path": "/Users/yn/.ssh/config", "state": "absent"}
to retry, use: --limit @/Users/yn/mac-dev-playbook/main.retry
PLAY RECAP *********************************************************************
127.0.0.1 : ok=16 changed=7 unreachable=0 failed=1
yns-MacBook-Pro:~ yn$
I think in order to fix this I have to clone and create my own yn.dotfiles Ansible role, and fix the issue there. Or, supposedly, it is possible to specify a git repo for a particular ansible role in the requirements file - look in the Ansible Galaxy documentation for that.
The text was updated successfully, but these errors were encountered:
I think in order to fix this I have to clone and create my own yn.dotfiles Ansible role, and fix the issue there. Or, supposedly, it is possible to specify a git repo for a particular ansible role in the requirements file - look in the Ansible Galaxy documentation for that.
The text was updated successfully, but these errors were encountered: