jwilliams-shadowsoft
jwilliams-shadowsoft
> I have exactly same issue on latest version 2.2.0 on windows 10 using virtualbox 6.1.12 r139181 @Arukadox I'm not surprised because the failure is being caused by the Puppet...
Hey Damien and everyone. Sorry I've been not responding but I'm very involved in a consulting gig and haven't had a chance to look at this. I will catch up...
Thanks @Thomas-Gelf -- first thing I checked. Also turned off SELinux and behavior was the same.
What else can I check @Thomas-Gelf ?
I just had a recurrence of this on director v1.9.1 and the tip about quoting funny strings in my `resources.ini` works. So thanks @drallgood !
@matejv So do I, I think I can stick some extra quotes in my .j2 template to compensate for this. > Now, I use ansible module [`ini_file`]
SQL to highlight sync rules that populate data lists using `list_id`: ``` SELECT sr.*, sp.* FROM sync_rule sr JOIN sync_property sp ON sr.id = sp.rule_id WHERE sr.object_type = 'datalistEntry' AND...
Example of data list IDs do not match between my two systems (lab and production): *Example 1 - Lab data list IDs* ``` mysql> select * from director_datalist; +----+-------------------------+-------------+ |...
As a newcomer to molecule, I've been a bit bedraggled to find the Docker driver documentation. Forgive me if this is evident to everyone else, but the only docs I've...
This seems to be happening on RHEL 9 with ansible-navigator 24.9.0 as well. The default Python on the machine is 3.9. The log excerpt from the last `ansible-navigator` when I'm...