lae
lae
My understanding is that if the role provisioned the OSDs before, then it shouldn't attempt to reprovision them again. - your output is truncated - post your role variables -...
Mmm, I guess it's because `pve-default-kernel` doesn't get pulled into the list of packages in the package installation step that follows on already provisioned systems...? Moving it before dist-upgrade is...
Should this be applied to all apt tasks or just the `dist-upgrade` one?
I am questioning whether this change does what it is intended to do. The `apt` module already seems to have this set: https://github.com/ansible/ansible/blob/v2.17.1/lib/ansible/modules/apt.py#L1248 @jeschero Can you provide debug output for...
You're right that there's no reason for not using dialog when running apt through ansible, so I assumed that the module itself would already have disabled it in the first...
Closing, considering this change seems invalid and the commit was made by a different account than the one opening this PR. Please open a discussion if you're having issues with...
I can see this being useful to others (maybe some of them can indicate their interest here). Since it does seem to live somewhat outside of PVE's tools but does...
This is likely going to be very tricky, I think. I can't think up off the top of my head how one would grab a specific "minor" version from the...
Yeah but like, my concern is that there isn't a way to pin *all* packages to an associated minor version. You can install a specific version of a single package,...
@rabelmervin I would recommend familiarizing yourself with Ansible outside of this role first. The documentation is at https://docs.ansible.com/ansible/latest/getting_started/index.html. This issue is however more on the module development side of Ansible,...