SSH-based configuration management, deployment, and task execution system
Go to file
Miro Hrončok 2c98978654 Don't put -- into Python shebangs
%py3_shebang_flags should not contain the leading dash, but %py3_shbang_opts does.

The shebengs were:

    #! /usr/bin/python3 --

That worked. By accident. But when we added P to the flags:

    https://fedoraproject.org/wiki/Changes/PythonSafePath

The shebang was:

    #! /usr/bin/python3 --P

And that no longer works.
2022-07-07 16:48:00 +02:00
.gitignore Update to 2.13.1. 2022-06-22 15:00:38 -05:00
2.10.3-test-patch.patch Rename to ansible-base, update to b4 beta version. 2021-04-05 10:27:26 -07:00
allow-python3.11.patch Fix python3.11 patch and shell completions 2022-06-18 13:06:04 -05:00
ansible-core.spec Don't put -- into Python shebangs 2022-07-07 16:48:00 +02:00
README.md Added the README 2021-04-05 01:49:21 +00:00
sources Update to 2.13.1. 2022-06-22 15:00:38 -05:00

ansible-core

The ansible-core package