lae

Results 112 comments of lae

Just kind of confirming that this doesn't seem to be an issue in Debian 12/PVE 8 either, according to CI: https://github.com/lae/ansible-role-proxmox/actions/runs/18946396904/job/54098783216#step:8:19952 There doesn't seem to be an official box for...

Thought to look up the `pve-kernel` commit history, and the modules were indeed moved 5 months ago: ``` d/rules: install modules in usr/lib To fix a few aliased-location errors that...

tl;dr: so what debian version are you using and where is `/ansible/lab-cluster/test.yml` coming from

https://github.com/sddm/sddm/blob/5ef1dba2eb89da7c1bced46915b5758cab2ff8a8/src/auth/Auth.cpp#L147-L149 I believe the (existing) behavior here inserts `"blah.UTF-8"` into `LANG` which fails to identify as UTF-8 because of the quotes when `/etc/locale.conf` wraps values in quotes. If my understanding...

that task was introduced in #314, I'm now noticing that it references a `pve_ceph_debian_component` in the wrong place. `https://enterprise.proxmox.com/debian/no-subscription` doesn't exist. Given the earlier task only references pve-enterprise for both...

yeah, I noticed...I'm a bit fed up with galaxy (the platform [^1], not the tooling) so haven't bothered.... you can pull the role directly from github though: `requirements.yml` ``` -...

For this situation specifically there's no longer any automation for Galaxy to pick up new tags. I have to go in and manually request an import. Previously [Travis CI was...

I opened #340 for this, though maybe I should just use ansible-galaxy directly like in the workflow Simon linked...

I'm experiencing what is probably the same issue as @trinitronx, but maybe not OP. Only appears to affect Firefox. Someone else on IRC has confirmed they have the same issue...

Isn't that what a collection is for? Can roles even work that way? Or are you talking about using `include_tasks` with a file path to a tasks file in the...