-
Notifications
You must be signed in to change notification settings - Fork 0
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
Persistent config on Qubes OS using debops.persistent_paths
#2
Conversation
d675e1b
to
d5cb3ef
Compare
defaults/main.yml
Outdated
## '/etc/systemd/system/multi-user.target.wants/tinc.service': | ||
## Note that bind-dirs in Qubes OS currently does not restore symlinks (only their destination). | ||
## This works for ypid_ as he does not want auto start on Qubes OS AppVMs anyway. | ||
## If you need it on Qubes OS, feel free to discuss and patch bind-dirs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these comments save to parse by Ansible? I would have thought that they should be the main file comments, not comments included in the YAML text block.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Does not really look save you are right. That comment evolved somehow and I did not clean it up before opening the PR. Fixed.
Also, they might have been included in the YAML block.
Potentially wait with merging until https://github.com/debops/ansible-persistent_paths/issues/5 is fixed. |
d8eab25
to
acd72b2
Compare
I wanted to avoid the merge conflicts with debops#38. I hope this works for you.
Depends on: https://github.com/debops/ansible-persistent_paths/pull/4