Andrew Klychkov
fe7d488a1b
contributor_path: fix typos ( #79678 )
2 years ago
Deric Crago
0fc932fda0
switched reference from katacoda to instruqt ( #79698 )
2 years ago
Sloane Hertel
b5b239fd71
fix role argument spec error for invalid suboptions ( #76578 )
...
fixes https://github.com/ansible/ansible/issues/75536
2 years ago
Sloane Hertel
acbf4cc60e
ansible-galaxy - fix turning off the ConcreteArtifactManager's validate certs at the global level ( #79561 )
...
Fix ignoring certs when downloading tarballs
Fix ignoring certs when downloading a collection from a specific source that isn't in the configured servers list
2 years ago
Sloane Hertel
fd325c00bd
ansible-galaxy collection|role init - fix preserving symlinks ( #79134 )
...
* Preserve symlinks in custom role/collection skeletons
* changelog
2 years ago
Olaf Klischat
32c5793de5
systemd: ignore errors in daemon_reload and daemon_reexec when running in a chroot or with $SYSTEMD_OFFLINE==1 ( #79643 )
...
Signed-off-by: Olaf Klischat <olaf.klischat@gmail.com>
2 years ago
Matt Clay
1375861ec2
ansible-test - Update available platforms.
2 years ago
Matt Clay
6a73a5a480
Fixes for uri integration test. ( #79688 )
...
* Fix HTTP methods used in URI test.
* Fix urllib2 redirect tests on Python 3.11.
* Fix uri cookie testing on Python 3.11.
2 years ago
Evgeni Golov
a7111c4dbb
validate-modules: don't fail on invalid YAML ( #79682 )
...
* validate-modules: don't fail on invalid YAML
When validate-modules encounters invalid YAML (e.g. in the EXAMPLES
section), it tries to reformat the exception to include the line number
in the Python file instead of the line number of the embedded YAML
document. However, PyYAML doesn't allow modification of the Mark object
(anymore) which leads to a new exception being raised, instead of
reporting the original exception.
As the original exception is not needed in other places anymore, we
don't have to modify it at all and can just compute the right line
number when reporting the error via ansible-test.
Fixes : #75837
* Add test for invalid module doc YAML syntax.
Co-authored-by: Matt Clay <matt@mystile.com>
2 years ago
evangelionlion
6f8c1da0c8
correct the mistake of example repeat_original ( #79659 )
...
there is a little mistake
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
2 years ago
Jonathan Rietveld
4a29591b98
Fix a typo in the warning message ( #79635 )
2 years ago
Matt Clay
eae02bf5b8
Fix link in compile sanity test docs.
2 years ago
Matt Clay
1243d2ace0
Fix EPEL setup for integration tests on RHEL 7
2 years ago
Kristopher Henry Kram
8e7cc371be
Fix typo ( #79641 )
2 years ago
Gineesh Madapparambath
e7af7532bd
Update authentication.rst ( #79623 )
2 years ago
Felix Fontein
51bddd862b
Document callback types in documentation ( #79651 )
2 years ago
jbreitwe-rh
38cedc7f1a
Fixed incorrect spelling of the word overridden. ( #79620 )
2 years ago
Bobby Wertman
45df14a2e0
Fix spelling of "triple" in Issue Templates ( #79628 )
2 years ago
Matt Clay
754c54d3d6
Clean up setup_paramiko test target.
...
- Remove obsolete install/uninstall files.
- Use OS packages on Alpine 3.
2 years ago
Matt Clay
04fc98c794
ansible-test - Improve container startup handling.
...
Also improve the ansible-test-container integration test:
- Add coverage for the no-probe code path.
- Add work-arounds for centos6 containers (to support backporting).
- Avoid systemd debug when the container doesn't use cgroup.
2 years ago
Peter Tripp
69c874f478
Typo in playbooks_blocks.rst ( #79603 )
2 years ago
Brian Coca
b7e948e623
filter/test plugin listing, fix bug on file sorting ( #79591 )
...
* filter/test plugin listing, fix bug on file sorting
avoid legacy/builtin special casing for 'all'
2 years ago
Matt Clay
f6c0e22f98
Add more retries to ansible-test-container test.
2 years ago
Matt Clay
75b60b17ee
ansible-test - Support RSA SHA-1 for SSH clients.
2 years ago
Michael Mayer
aa268b8db2
Add example of yaml file with --extra-vars ( #79521 )
2 years ago
Matt Martz
b3a1eabb7d
Add big support table ( #79221 )
...
Co-authored-by: samccann <samccann@redhat.com>
Co-authored-by: Matt Clay <matt@mystile.com>
2 years ago
Rafał Osiecki
0f01c69f1e
Update split.yml ( #79570 )
...
typo fix
2 years ago
Matt Clay
da3b1d3f50
ansible-test - Fix `--prime-containers` and `--explain` ( #79581 )
...
* Remove unused code.
* Fix explain errors.
* Fix `--prime-containers` with docker on cgroup v2.
2 years ago
Matt Clay
dcc08eec35
ansible-test - Fix target PyPI proxy config.
2 years ago
Matt Martz
04209d328b
2.15.0 will release 2023-05-15 ( #79567 )
...
* 2.15.0 will release 2023-05-15
* Eliminate 1 week freeze, shift dates 1 week
* oops
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
2 years ago
Martin Krizek
60f76436c1
Simplify AnsibleJ2Vars by using ChainMap for vars ( #78713 )
...
Co-authored-by: Matt Martz <matt@sivel.net>
2 years ago
Matt Clay
245d516911
Fix `:ref:` usage in testing docs. ( #79566 )
2 years ago
Thomas Poindessous
6a7fb7d2ab
fix: broken link ( #79461 )
2 years ago
Matt Clay
0f4afd7e6d
Remove obsolete legacy integration test docs. ( #79563 )
2 years ago
Matt Clay
932a32153a
Update docs for the `compile` sanity test. ( #79562 )
2 years ago
Martin Krizek
0a12d8a5bc
ansible-test - fix warning to include image name ( #79560 )
2 years ago
zitatorocsik
bc13099e56
fixed misleading setup example ( #79495 )
2 years ago
Sloane Hertel
11e43e9d6e
Set locale for python apt ( #79546 )
...
* set locale to get_best_parsable_locale for the python-apt API
* add a test case
* add changelog
* remove test that tests nothing
2 years ago
Raymond Yee
527abba860
Update windows_faq.rst ( #79552 )
...
`python-pip` changes to `python3-pip` for the Ubuntu 20.04 WSL distro
2 years ago
Christian Adams
b1caba8b53
Add Ansible community 7.1.0 porting guide ( #79553 )
2 years ago
Lee Garrett
3fd519de57
Fix hardcoded python call ( #79520 )
...
Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
2 years ago
Anwesha Das
3cdf589ca7
Add Ansible community 6.7.0 porting guide ( #79544 )
2 years ago
Matt Davis
1424484be0
Prevent stdio deadlock in forked children ( #79522 )
...
* 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
2 years ago
Matt Clay
80d2f8da02
ansible-test - Fix container detection. ( #79530 )
2 years ago
Matt Clay
31f95e201a
Handle line wraps in jinja_plugins test.
2 years ago
Matt Clay
79dfe14adf
More integration tests for import sanity test. ( #79532 )
2 years ago
Matt Clay
31f9d60b8d
Don't use color in jinja_plugins test.
...
This should prevent color codes from interfering with string matches.
2 years ago
Matt Martz
9acca5b3b9
Allow test to run on system with selinux enabled. Fixes #77564 ( #79510 )
2 years ago
Don Naro
042a55fbe0
Docs: Update intersphinx links for Ansible 7 ( #79485 )
2 years ago
Brian Coca
5b51b560d0
Removed sorting to preserve original order ( #74839 )
...
updated tests to reflect new order
2 years ago