Skip to content
New issue

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

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

Already on GitHub? # to your account

Support symlinking files in directories. #11

Closed
oxyc opened this issue May 8, 2017 · 2 comments
Closed

Support symlinking files in directories. #11

oxyc opened this issue May 8, 2017 · 2 comments
Labels

Comments

@oxyc
Copy link

oxyc commented May 8, 2017

I'll open up a PR later, this should be solvable with:

- name: Ensure dotfile directories exist.
  file:
    path: "{{ (dotfiles_home + '/' + item)|dirname }}"
    state: directory
  become: no
  with_items: "{{ dotfiles_files }}"
oxyc added a commit to oxyc/ansible-role-dotfiles that referenced this issue May 8, 2017
@stale
Copy link

stale bot commented Mar 6, 2020

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@stale stale bot added the stale label Mar 6, 2020
@stale
Copy link

stale bot commented Apr 5, 2020

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

@stale stale bot closed this as completed Apr 5, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant