-
Notifications
You must be signed in to change notification settings - Fork 13
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
Rely on obsah to pull in Ansible #382
Conversation
CI says "no" |
okay, not that bad. |
At least this part fails: obal/obal/data/roles/fetch_sources/tasks/main.yml Lines 20 to 24 in 3625419
I think that causes most if not all failures. |
Packaging wise we can depend on |
This escalated not as much as I have feared. What are we missing? :) |
And copy works the same here? I don't know it well enough to say but I trust you |
It doesn't sync, but it does recursively copy, which should be sufficient for our usecase. And the usage should be covered by tests, so… |
This removes the dependency on the posix collection, which isn't included in ansible-core.
The yaml stdout callback is only available in the full Ansible, not ansible-core.
obsah already pulls in either ansible or ansible-core, depending on the Python version. There's no need for obal itself to pull it in.
cd7649a
to
68699bb
Compare
Thanks! I've reordered the commits and changed the commit messages, but no actual code changes. I believe this is ready to go, but can't approve my own PR. |
obsah already pulls in either ansible or ansible-core, depending on the Python version. There's no need for obal itself to pull it in.