Ryan Conway

Results 29 comments of Ryan Conway

Hi @Keats I just encountered this issue myself. I have the same intention as the OP, to split page sections into 'partials' to keep the templates tidy, for example, my...

Just wanted to add my discoveries here too @abiosoft I'm having a similar problem here using `QEMU` and `SSHFS`, except the mounted files have permissions `503:dialout` instead. We have a...

Not sure if it's helpful, but I found this issue when trying to solve this same problem, and I found you can actually tell Safari to always open specific URLs...

Same issue still, this breaks the idempotency of the module, it's supported by Compute Engine to modify these settings, but the Ansible module does not attempt to make changes, nor...

Hi @valkiriaaquatica yeah, it's not very idiomatic otherwise. Ansible is declarative, so you should think in terms of declaring a desired state, and the module then compares this to the...

Yeah that new module helps for sure, but it would mean you can't manage the tags in the first module, as they'll end up clashing with one another, or being...

How strange, it's nothing "special" really, just launching a VM from a template. The values all work when creating the VM, so CPU/RAM is set correctly, but it doesn't change...