Brian Coca
5f3a6b78db
local connection: avoid tb when running in container with invalid user ( #79414 )
...
* 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
2 years ago
Matt Clay
38fe34244c
ansible-test - Fix completion error in Python 3.11.
2 years ago
Waleed Mortaja
3723c426d2
Fix lists styling ( #79481 )
2 years ago
Waleed Mortaja
3a6b6370ad
Add comma ( #79480 )
2 years ago
Sviatoslav Sydorenko
80551633c7
Set explicit meta `long_description_content_type` ( #79468 )
...
This is necessary for `twine check --strict` to pass.
2 years ago
Christian Loos
f79a54ae22
Update vendored distro ( #79227 )
...
Commit bb35d41
in branch python2.7-support from 2022-10-10:
https://github.com/python-distro/distro/commit/bb35d41
2 years ago
Brian Coca
505b29b2a9
more strftime docs ( #79417 )
...
* 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>
2 years ago
Wong Hoi Sing Edison
b148fd8dd7
ansible-galaxy - support ``resolvelib >= 0.5.3, < 0.10.0`` ( #79399 )
...
* 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>
2 years ago
Christian Adams
6ea058315f
Add Ansible community 7.0.0 porting guide ( #79448 )
2 years ago
Don Naro
e5399c95d5
issue #79378 html context in sphinx conf ( #79401 )
2 years ago
Don Naro
32c90080e4
Docs: Updating the Ansible community changelogs ( #79400 )
2 years ago
Mark Chappell
3cc95d1f12
docs - make the existence of 'trivial' changelog entries easier to find ( #79440 )
2 years ago
Jordan Borean
493ef4a559
WinRM - Add doc entry for cert auth over TLS 1.3 ( #79434 )
2 years ago
Brian Coca
1bda6750f5
fix reject list ( #79391 )
2 years ago
Matt Martz
942bcf6e7a
Add manifest includes for reuse licenses ( #79403 )
...
* Add includes for reuse licenses
* Add additional exludes to follow REJECT_EXTS
* clog frag
2 years ago
Sandra McCann
a954918b60
consolidate duplicated test files ( #79380 )
2 years ago
Matt Martz
d925ece764
Allow pip like version syntax for installing collections ( #79405 )
2 years ago
seachanged
6cec31574f
Update fileglob.py ( #78887 )
...
Improve documentation for relative file paths
2 years ago
Joseph Shraibman
f089aae5ee
Clarify that b64decode does not work with binary output ( #79294 )
2 years ago
JaroslavKlech
3ae2f97d4a
iss#55935: Documents missing internal parameters and polishes 'Intern… ( #79118 )
...
Co-authored-by: Jaroslav Klech <jklech@redhat.com>
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
2 years ago
Matt Martz
7d35f70caf
Add tests to validate vars_files first found behavior ( #79386 )
2 years ago
Sandra McCann
ec3f6ed9b9
update antsibull-docs to 1.7.3 ( #79395 )
...
* update antsibull-docs to 1.7.3
* remove extraneous changes
2 years ago
faust
0a2b96f402
typos ( #79377 )
2 years ago
saranti
b7ea661807
Update pull.py ( #79387 )
2 years ago
Rabi Mishra
6059116a64
Replace _valid_attrs with fattributes ( #79376 )
...
It was missed in one place it seems.
2 years ago
Christian Adams
5c0b4a3798
Add Ansible community 7.0.0rc1 porting guide ( #79382 )
2 years ago
Andrew Klychkov
6baf25a048
[DOCS] collection_release_with_branches.rst: update major releases section ( #79335 )
...
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Don Naro <dnaro@redhat.com>
2 years ago
Felix Fontein
1705ec98cd
ansible-doc and validate-modules: remove underscore deprecation handling for collections ( #79362 )
...
* Remove underscore deprecation handling for collections.
* Also consider ansible.legacy.
2 years ago
Andrew Klychkov
66cc952b49
communication.rst: Add IRC channel to Storage WG info ( #79374 )
2 years ago
Brian Coca
3448fcabc5
file lookup now works with general lookup error framework ( #79339 )
...
* file lookup now works with general lookup error framework
2 years ago
Andrew Klychkov
35db7df9ce
communication.rst: add AAP Config As Code WG ( #79365 )
2 years ago
saranti
d02f96b78c
Add note to command_line_tools.rst ( #79351 )
...
Documentation fix for #69390
2 years ago
prasadpatil49
f9451dfaf8
docfix for ssh_args FAQ ( #79308 )
2 years ago
Sandra McCann
183c34db65
update backport instructions to 2.14 ( #79354 )
2 years ago
Andrew Klychkov
284e642cb9
communication.rst: add Storage WG info ( #79359 )
2 years ago
Jordan Borean
e7730f5d6c
Fix up incorrectly quoted doc example ( #79356 )
2 years ago
Tom Page
d72326b6af
Allow force deletion of group ( #78172 )
...
* Allow force deletion of group
* Update version_added
Co-authored-by: Jordan Borean <jborean93@gmail.com>
2 years ago
Roy Lenferink
a3531ac422
Refactor structure of group module integration tests ( #78652 )
...
This to match the structure with the tests for the user module. When having the tests available as stand-alone tests, it will be easier to add more integration tests in the future.
2 years ago
Sandra McCann
196084773b
Japanese version switcher ( #79276 )
...
* update japanese version switcher for 2.14
* update latest version
2 years ago
Christian Adams
d5e90e1737
Add Ansible community 6.6.0 porting guide ( #79340 )
2 years ago
Christian Adams
ef053bbebb
Add Ansible community 7.0.0b1 porting guide ( #79341 )
2 years ago
Darshan
eae42ec57e
openbsd factgs, use physmem instead of usermem for total mem ( #79316 )
...
Signed-off-by: darshanip <darshancoding@gmail.com>
2 years ago
stmps
4759590467
Move collection playbook output from "warning" to "-v" ( #79320 )
...
* 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
2 years ago
Felix Fontein
e0118d9d03
The attribute was renamed to 'action' and the extra data was not used anymore. ( #79317 )
2 years ago
Louis Mandel
0ae963a311
Add missing type to the `reference` option of the documentation of the `git` module ( #79305 )
...
* Add missing type to the `reference` option of the `git` module
* No more doc-missing-type error in validate-modules
2 years ago
Sandra McCann
d0b6ce7473
update version switcher to include 2.14 ( #79273 )
2 years ago
Sandra McCann
657acfb7af
update release table with 2.14 details ( #79272 )
2 years ago
Felix Fontein
2a03c8028e
Fix typo 'Ansbile'. ( #79318 )
2 years ago
Mario Lenz
852e2d7550
Update Ansible 7 roadmap ( #79307 )
2 years ago
Sviatoslav Sydorenko
f3be331c9c
Delete a bad PR #79263 change note ( #79295 )
2 years ago