Mark Tinberg

Results 7 comments of Mark Tinberg

That's very reasonable, we should just have a constraint check for python38 and have a message with some clue what to do when it's not found — Mark Tinberg ***@***.***>...

No worries, this has continued to work for me although I did make one change to run the mkdocs command _before_ collecting the static files as it doesn't work the...

That may well be an oversight where I already had the repo definition installed and didn't notice the need, IIUC the centos-release-scl package which contains the YUM repository definitions is...

I added a task to install_packages_yum.yml which I'll commit as soon as my test in the lab completes - name: Install SCL repository (CentOS) yum: name: centos-release-scl state: installed enablerepo:...

I get it, wrap the SCL install (like EPEL) in some optional flags, so the admin can install their own python37+ and that choice won't be overridden by installing epel/scl/etc....

I've configured this path in redhat-7.yml as _netbox_python_binary: /opt/rh/rh-python38/root/usr/bin/python3.8 and I'd have to re-read the whole thing to make sure that isn't a bad way to do it as I...

There is bit of weirdness if I recall right because when ansible logs into the system it may be using the /usr/bin/python or /usr/bin/python3 interpreter but neither of those can...