Matya
Matya
Just out of curiosity, because I did not find it anywhere, and before digging into the code, I would ask: How do you access the `postcode` and `locale` variables in...
my bad, I messed up the `params` block. thanks! I have found some examples I was looking for in the test cases (which I didn't think of looking at).
Same issue here, SLES clients.
I managed to get it working by patching `ansible/config/base.yml` with this: ```diff ubuntu: '14': /usr/bin/python '16': /usr/bin/python3 + suse: + '12': /usr/bin/python2.7 + '15': /usr/bin/python3 version_added: "2.8" # FUTURE: add...
From a plain ops view option 1) is not that bad, there is a real usecase on deploying one single big container and not scaling out. Example it the Gitlab...
@bcoca your argument depends on that you know in advance in your inventory, what server you are managing down to the OS version, at the time you are starting to...
it seems like the disabled field does not get posted.
This fixed it for me https://github.com/OpenFactorioServerManager/factorio-server-manager/pull/391
asking @knoxfighter if this contribution is OK in this form. I found this project recently and would like to start contributing in small parts to fix some bugs or get...
+1 here. took some time to figure out what I messed up :-/