Matthew Howle
Matthew Howle
Shouldn't triggering an on-demand backup return a reference to the backup job? Then I can, ideally, use it to obtain the job details (see #1127)
I'm seeing a similar issue with **ntnx_clusters_info** and **ntnx_hosts_info** with both filter and custom_filter. Is this related? Setting a filter `name: "{{ cluster_name }}"` with the **ntnx_clusters_info** module retrieves all...
Thanks! I was able to test and got it working with some modifications. I have a DS1621+, AMD Ryzen V1500B (amd64) First, I generated a self-signed certificate with SANs. The...
Thanks for the update. I was able to setup a repository and create a snapshot from a remote computer. If possible to change, the kopia URL scheme in the Package...
Here is another way using only systemd Run systemctl edit thelounge.service and add `[Service]` header with the options `Group=www-data` and `UMask=0007` ``` ### Editing /etc/systemd/system/thelounge.service.d/override.conf ### Anything between here and...
I have been running into this issue as well. > These changes are again UNTESTED! I duplicated your changes in my fork. It fixed it in my case. > I...
Something to note: On this [line](https://github.com/ansible-collections/servicenow.itsm/blob/main/plugins/inventory/now.py#L657), if this error raises, the column name will be the underscored version instead dotted. This can be fixed by moving the missing check to...
As I mentioned in my https://github.com/ansible-collections/servicenow.itsm/issues/428#issuecomment-2762811482 lookup("vars") does work. I have modified the PR to make underscored variables available with compose. This will make it consistent with keyed_groups where underscored...
Hey mhjacks, I don't think it's necessary to create an option to toggle this feature. The underscore feature for host variables has always been on since version 2.5.0, and this...
At the moment, I don't have a personal ServiceNow instance to test my tests. I believe I was able to cobble a test together.