Simon Monai
5db1d11c19
Replace "Encrypt" with "Hash" for prompt documentation ( #76584 )
...
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
3 years ago
Brian Coca
66720460d0
more exact wording of system_tmpdirs ( #76587 )
3 years ago
Jon "The Nice Guy" Spriggs
47e2a26959
Update playbook_tests with type testing ( #72732 )
3 years ago
Abhijeet Kasurde
601d66c7e5
k8s: Migrated scenario guides to collection ( #75249 )
...
Kubernetes scenario guides are moved to
``kubernetes.core`` collection.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Jacob McGill
ee777567bc
Update intro_inventory.rst ( #76340 )
3 years ago
bluikko
f9c24c2899
Document get_url module check_mode support right ( #76433 )
3 years ago
Kian Meng, Ang
e5967c02f5
Fix typos in docs ( #76526 )
3 years ago
Jonathan Neuhauser
29d57b5b97
Clarify include parameter in unarchive ( #76543 )
...
Co-authored-by: s-hertel <19572925+s-hertel@users.noreply.github.com>
3 years ago
Felix Fontein
9d1898b1ef
Use correct markup in documentation ( #76545 )
3 years ago
David Moreau Simard
6ee58056da
docs: Update porting guide for ansible 4.10.0 ( #76559 )
3 years ago
Jonathan Neuhauser
49e1cb9f42
unarchive: fix non-english locales ( #76542 )
...
* unarchive: fix non-english locales
For GNU Gettext, the LANGUAGE environment variable takes precedence over LANG or LC_ALL. On systems where LANGUAGE was set to a non-english locale, the output of the tar command therefore not understood and the module failed silently ("changed": false, but the archive was not extracted).
* add tests
* changelog
3 years ago
Sloane Hertel
146a4bcd0d
Fix docs for installing from a git repo ( #76350 )
3 years ago
Dan Kolepp
9dac51f25a
Update special_variables.rst ( #76360 )
3 years ago
Martin Krizek
ac2bdd6834
Fix AttributeError when providing file via --conn-password-file ( #76534 )
...
Fixes #76530
3 years ago
Benoît Geeraerts
8a562ea14a
Resolves #76449 Misplaced added version info ( #76539 )
...
`.. versionadded::` are coming right after the section tittle, and was misplaced here
3 years ago
Martin Krizek
461f30c160
yum: avoid storing unnecessary cache data ( #76345 )
...
Fixes #76336
3 years ago
Matt Clay
4e70156d7e
ansible-test - Code cleanup. ( #76540 )
...
* Add missing typing imports.
* Remove unnecessary non-capturing group.
* Whitespace.
* Add type hints.
* Ignore PyCharm false positives.
* Remove Python 2.x plugin loading logic.
* Remove Python 2.x exception handling.
* Remove Python 2.x display logic.
* Add changelog.
3 years ago
Matt Clay
21b9389a02
ansible-test - Remove invalid type hint.
3 years ago
Matt Clay
470c89518c
ansible-test - Fix delegation from install.
3 years ago
Philippe Kueck
aaa10cd506
plugins/dnf, plugins/yum: implement sslverify option ( #76356 )
3 years ago
Martin Krizek
2058ea5991
Clarify unroll in _finalize ( #76436 )
...
Clarifies that unrolling in _finalize is actually necessary. Also using
decorator directly.
3 years ago
Sloane Hertel
ed6581e4db
check finder type before passing path ( #76448 )
...
* check finder type before passing path
ci_complete
* Reduce nesting
* Test find_module does not cause a traceback with Python 3 FileFinder
* Update lib/ansible/utils/collection_loader/_collection_finder.py
3 years ago
Sorin Sbarnea
c819c1725d
Remove withought typo ( #76524 )
...
Found on https://github.com/ansible/ansible-navigator/issues/689 as
we are using codespell, maybe Ansible core could benefit from it.
3 years ago
Edward Hilgendorf
d0de3d3dc2
change keyword return to results ( #76515 )
...
value is getting associated to python keyword return
3 years ago
Slava
894fbd6990
pkg_mgr: prohibit pkg5 usage on Altlinux ( #76457 )
...
Filter out the /usr/bin/pkg because on Altlinux it is actually the
perl-Package (not Solaris package manager).
Since the pkg5 takes precedence over apt, this workaround is
required to select the suitable package manager on Altlinux.
3 years ago
Clement Martin
bc753c0518
Add openrc support to service_facts ( #76373 )
...
* Add openrc support to service_facts
Co-authored-by: Clément Martin <clement.martin@onespan.com>
3 years ago
Sandra McCann
0cec4d1cfc
remove aws from the azure note ( #76518 )
3 years ago
Matt Clay
16cdac66fe
ansible-test - Use ansible-core for docs links.
3 years ago
Martin Krizek
19a58859d6
AnsibleJ2Template should be based on NativeTemplate ( #76471 )
...
Fixes #76442
ci_complete
3 years ago
Martin Krizek
37c80ea893
template lookup: jinja2_native has no effect if global is off ( #76385 )
...
This is documented behavior that was unintentionally changed in #75587 .
3 years ago
Matt Clay
e56e47faa7
ansible-test - Fix import test for collections.
3 years ago
Sandra McCann
0df60f3b61
per marketing request - add note for AAP on Azure availability ( #76512 )
3 years ago
Matt Clay
82f59d4843
ansible-test - Hide ansible._vendor in import test ( #76503 )
3 years ago
Sandra McCann
bccfb83e00
add intersphinx mapping for Ansible 5 ( #76470 )
...
* add intersphinx mapping for Ansible 5
* add the other files
3 years ago
Matt Clay
c45989c76f
ansible-test - Remove RHEL 8.4 support.
3 years ago
Matt Clay
97ef1d031c
Revert "ansible-test - Fix import test when vendoring."
...
This reverts commit 33a8d06332
.
3 years ago
Jordan Borean
8482ee4e9a
galaxy build - ignore existing MANIFEST and FILES ( #76479 )
3 years ago
James Livulpi
7830e5308e
add tencentos fact distro ( #76459 )
...
Fixes #76459
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
3 years ago
Brian Coca
472028c869
catch the case that cowsay is broken ( #76326 )
...
* catch the case that cowsay is broken
fixes https://github.com/ansible/ansible/issues/72582
add changelog
raise Exception for broken cowsay
add test for broken cowsay
Co-authored-by: Matthias Bernt <m.bernt@ufz.de>
3 years ago
Andrew Klychkov
60d094db73
Docsite/dev_guide: add note about ansible-test utility installation ways ( #76128 )
...
* Docsite/dev_guide: add note about ansible-test utility installation
* Add link to Testing Ansible page
3 years ago
Matt Clay
41ee4a5b12
ansible-test - Fix traceback in validate-modules test.
3 years ago
Matt Clay
33a8d06332
ansible-test - Fix import test when vendoring.
3 years ago
Brian Coca
47448f1458
Add 'default' to 'env' lookup ( #76327 )
...
* Add 'default' to 'env' lookup
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
3 years ago
Martin Krizek
3fe42e106c
Remove finalize from globals ( #76439 )
3 years ago
Martin Krizek
4e7be293a5
Properly set finalize for the new environment ( #76435 )
...
* Properly set finalize for the new environment
Fixes #76379
* Fix sanity
3 years ago
Matt Martz
eca97a19a3
Handle HTTPError being partially initialized due to the error. Fixes #76386 ( #76421 )
3 years ago
Sviatoslav Sydorenko
82ff7efa94
Fix how/what+look/like grammar in dev process doc ( #76410 )
3 years ago
Sloane Hertel
5b2334983c
Fix more 'playbook'/'play' conflation ( #76387 )
3 years ago
Matt Clay
d22bdcfdc7
ansible-test - Update NIOS container to 1.4.0.
3 years ago
David Moreau Simard
bf1e1d286d
docs: Update porting guide for Ansible 5.0.1 ( #76444 )
3 years ago