| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Co-authored-by: Matt Martz <matt@sivel.net>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* set locale to get_best_parsable_locale for the python-apt API
* add a test case
* add changelog
* remove test that tests nothing
|
|
|
|
|
| |
* background threads writing to stdout/stderr can cause children to deadlock if a thread in the parent holds the internal lock on the BufferedWriter wrapper
* prevent writes to std handles during fork by monkeypatching stdout/stderr during display startup to require a mutex lock with fork(); this ensures no background threads can hold the lock during a fork operation
* add integration test that fails reliably on Linux without this fix
|
|
|
| |
updated tests to reflect new order
|
|
|
|
| |
Don't use role cache for determining whether to create a new instance of role
|
|
|
| |
Fixes #79459
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add ansible-galaxy cli documentation for parallel execution
Co-authored-by: saranti <tsarantis@proton.me>
* Update lib/ansible/cli/galaxy.py
* Update lib/ansible/cli/galaxy.py
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: saranti <tsarantis@proton.me>
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove unused mock from test_password_already_created_encrypt
The _get_paths mock is never used in the
test_password_already_created_encrypt test case.
* Add test to assert the password file is not rewritten
If the password file already contains the salt and the hasing algorithm
does not use the ident parameter, the password lookup should not write
to the password file.
* Fix "changed" if using "encrypt" in password lookup
When using the "encrypt" parameter to the password lookup without the
ident parameter, the password file was always marked as "changed". This
caused the file to be rewritten with the same content. This is fixed by
only marking the file as changed, if an "ident" value needs to be added
to the file.
Fixes #79430.
Add changelog entry
|
|
|
| |
Fixes #79360
|
|
|
|
|
|
|
|
|
|
| |
* galaxy: Add license_file to manifest directives
* ag collection build: Test license handling
This adds tests to ensure that
- REUSE licensing files: .reuse/dep5, LICENSES/*, anyfile.license
- galaxy.yml license_file
are always included in the manifest.
|
|
|
|
|
|
|
|
|
| |
* local connection: avoid tb when running in container with invalid user
* clog
* cannot use uid, leave empty and ~/ will resolve itself
* get back to what it did
|
|
|
|
| |
Commit bb35d41 in branch python2.7-support from 2022-10-10:
https://github.com/python-distro/distro/commit/bb35d41
|
|
|
|
|
|
|
|
| |
* more strftime docs
fixes #79397
Co-authored-by: Matt Martz <matt@sivel.net>
Co-authored-by: Don Naro <dnaro@redhat.com>
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
| |
* Upgrade `resolvelib >= 0.5.3, < 0.10.0`
https://pypi.org/project/resolvelib/0.9.0/ released on 2022-11-17:
* https://github.com/sarugaku/resolvelib/blob/master/CHANGELOG.rst#090-2022-11-17
* https://github.com/sarugaku/resolvelib/releases/tag/0.9.0
Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
|
| |
|
|
|
|
|
|
|
| |
* Add includes for reuse licenses
* Add additional exludes to follow REJECT_EXTS
* clog frag
|
| |
|
|
|
| |
Improve documentation for relative file paths
|
| |
|
| |
|
| |
|
|
|
| |
It was missed in one place it seems.
|
|
|
|
|
|
|
| |
collections (#79362)
* Remove underscore deprecation handling for collections.
* Also consider ansible.legacy.
|
|
|
| |
* file lookup now works with general lookup error framework
|
|
|
|
|
|
|
| |
* Allow force deletion of group
* Update version_added
Co-authored-by: Jordan Borean <jborean93@gmail.com>
|
|
|
| |
Signed-off-by: darshanip <darshancoding@gmail.com>
|
|
|
|
|
| |
* lib/ansible/executor/playbook_executor.py: fix minor typo in comment
* lib/ansible/executor/playbook_executor.py: move 'running playbook inside collection' from warning to -v debugging output
|
|
|
|
|
|
|
| |
module (#79305)
* Add missing type to the `reference` option of the `git` module
* No more doc-missing-type error in validate-modules
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* added --allow-change-held-packages for apt remove
* add tests for apt remove (allow_change_held_packages=yes)
* add changelog for apt remove (allow-change-held-packages=yes)
* update tests for apt remove (allow_change_held_packages=yes)
|
| |
|
|
|
| |
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
|
|
|
|
|
|
|
| |
* Do not treat falsy non-False defaults as None.
* Fix various instances of this in modules.
* Add changelog fragment.
|
|
|
| |
The same value is unconditionally set 4 lines down.
|
|
|
|
|
|
|
|
| |
as chmod/mode is not the only thing we attempt and Ubuntu not shipping acl
in newer versions can lead to some confusion
fixes #79146
|
|
|
|
|
| |
previously it would have a 2nd tb due to bad error raising
also remove superfluous warning
|
| |
|
|
|
|
|
|
|
|
|
| |
* give a warning when no roles match the search instead of returning rc 1
* porting guide note
* Update docs/docsite/rst/porting_guides/porting_guide_core_2.15.rst
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
|
| |
|
|
|
| |
This reverts commit 062315ecaaf1096f808b68eb8d88cf8ab3ab2cfc.
|
| |
|
| |
|
|
|
| |
Use GalaxyAPI for isinstance check instead of RoleDistributionServer, since the latter is defined in __main__ sometimes (when running integration tests or ansible-galaxy from source) and importing from ansible.cli.galaxy won't reference the same object.
|
|
|
|
| |
* copy, avoid moving non temp remote files that are not dirs/files
fix tests
|
|
|
|
|
| |
from git repo (#79090)
* delay server api evaluation until a GalaxyRole needs to make an api call for info, list, and install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* issue #79022 file parameter import_tasks and include_tasks
* adding details back
* Update lib/ansible/modules/import_tasks.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update lib/ansible/modules/include_tasks.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* use pipe as in original version
Co-authored-by: Felix Fontein <felix@fontein.de>
|
|
|
|
|
| |
* Don't assume column index for netmask and broadcast. Fixes #79117
* fix typo
|