Felix Fontein
440b5fd040
Make sure that values that should be strings are actually strings. ( #81029 )
1 year ago
Abhijeet Kasurde
ce55e0faf5
Update example in apt_key module ( #81017 )
...
* Verify checksum of downloaded key
Fixes : #79892
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 year ago
Matt Davis
9117762358
define code owners to support branch-protection rules on docs ( #81041 )
...
* during interim docs/ (and related dirs) split to separate repo, prevent merges that might require a rebase of the target repo
1 year ago
Sviatoslav Sydorenko
796d41ff18
Bump azure-pipelines-test-container to v4.0.1 @ CI ( #80916 )
...
This patch updates the test container used in CI to the new v4 that
defaults to using Python 3.10 and is based on Ubuntu 22.04 Jammy[[1]].
[1]: https://github.com/ansible/azure-pipelines-test-container/pull/17
1 year ago
Sviatoslav Sydorenko
42ca0803a1
Bump azure-pipelines-test-container to v4.0.1 @ CI ( #80916 )
...
* Bump azure-pipelines-test-container to v4.0.1 @ CI
This patch updates the test container used in CI to the new v4 that
defaults to using Python 3.10 and is based on Ubuntu 22.04 Jammy[[1]].
[1]: https://github.com/ansible/azure-pipelines-test-container/pull/17
1 year ago
Matt Clay
cf4d4577ac
Remove hacking dir dependency from build backend ( #81021 )
...
* Copy man generation files into build backend
* Use copied files in build backend
1 year ago
Felix Stupp
a473bb798d
modules/find: param contains: Describe matching behavior ( #80744 )
1 year ago
Matt Clay
6ac0ea3567
Use *.md instead of *.rst for test READMEs ( #81009 )
1 year ago
Vlad Glagolev
faa6d55ee6
Fix Source Mage family mapping ( #80985 )
...
* Fix Source Mage family mapping
* Update docs too
* Add changelog fragment
1 year ago
Matt Clay
ff359fa8e1
Reorganize CI sanity test matrix ( #81004 )
1 year ago
Matt Clay
b3f1290bcd
Remove docs dir dependency from man page build ( #81003 )
1 year ago
Mario Lenz
30a8ef0277
Roadmap: Update 8.1.0 ETA ( #80998 )
1 year ago
Felix Fontein
6e137433ae
Ansible 9 roadmap ( #80851 )
1 year ago
Esther Christopher
519caca70c
Update modules_intro.rst ( #80588 )
1 year ago
Sandra McCann
ef56284f9d
Revert "update intersphinx links for Ansible 8" ( #80960 )" ( #80993 )
...
This reverts commit 7a01fb221a
.
1 year ago
Martin Krizek
6fcbed0f3f
Simplify conditional.py ( #80584 )
...
* Simplify conditional.py
1 year ago
Holger Dörner
25b3d3a6f7
Check if skeleton is /dev/null while creating home folder ( #75948 )
...
* Check if skeleton is /dev/null while creating home folder
* Add test for linux
Co-authored-by: Holger Dörner <h.doerner@bitexpert.de>
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
1 year ago
Sloane Hertel
1ecc62ba06
Document lookups using dwim ( #80878 )
1 year ago
Vlad Glagolev
c511a79172
Add simpleinit_msb fact for service_mgr ( #80963 )
...
* Add simpleinit_msb fact for service_mgr
1 year ago
Abhijeet Kasurde
fda66eeee0
Sanity Fixes: ( #80953 )
...
* Typo fixes
* arguments-renamed
* pep8:E501
* pylint:use-a-generator
* pep8:E231
* use-argspec-type-path
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 year ago
Sloane Hertel
090a5cdfcf
add 2.16 to the release and maintenance table ( #80974 )
1 year ago
Sandra McCann
e801921b98
update backport instructions to use 2.15 examples ( #80959 )
1 year ago
Sandra McCann
7a01fb221a
update intersphinx links for Ansible 8" ( #80960 )
1 year ago
tachyontec
9e14a85fe3
Added link to argument_spec ( #80967 )
1 year ago
Matt Martz
9a87ae4406
Add 2.16 roadmap items ( #80971 )
1 year ago
Matt Martz
92d5ffda82
Update galaxy_ng container for tests ( #80721 )
1 year ago
Nasredine Bentoumi
af84f7a00e
Update other_tools_and_programs.rst ( #80895 )
1 year ago
Matt Clay
6e325d9e4d
Clean up MANIFEST.in ( #80688 )
...
* Remove unnecessary MANIFEST.in commands
This eliminates more setuptools warnings during build.
* Sort MANIFEST.in
Now that only include commands are used, the order of the commands no longer effects the build output.
1 year ago
Matt Martz
08a647214f
Indicate which args can be provided multiple times. Fixes #22396 ( #80970 )
1 year ago
Vlad Glagolev
d210260afc
Correct syntax error in the example ( #80976 )
...
* Update success.yml
* Update reachable.yml
* Update unreachable.yml
1 year ago
Matt Martz
ef3b806dd3
Fix remote_tmp tests so that they actually use the remote_tmp ( #80969 )
...
* Fix remote_tmp tests so that they actually use the remote_tmp
* Isolate remote_tmp dir during remote_tmp tests. Fixes #80965
* Do everything without become
1 year ago
Sloane Hertel
742d47fa15
replace deprecated ast.value.s with ast.value.value ( #80968 )
...
* replace deprecated ast.value.s with ast.value.value
the s attribute is deprecated since Python 3.8 and emits a warning in
3.12 causing some test failures
1 year ago
Matt Martz
aa67d544fc
Handle unreachable errors in fetch properly. Fixes #27816 ( #80952 )
1 year ago
Carol Chen
5e550b6086
Update COLLECTIONS_8.rst ( #80962 )
...
ansible-core 2.15.1 is expected on 2023-06-19, adjusting the dates accordingly
Fix mention of Ansible-9 for when minor releases (of ansible-8) will stop
1 year ago
Matt Martz
0982d5fa98
Fix TypeError when installing subdir collections. Fixes #80943 ( #80949 )
1 year ago
Abhijeet Kasurde
c069cf88de
Added an example of mixed format argv in command module ( #80933 )
...
Fixes : #80126
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 year ago
Sandra McCann
79677c16f1
add mission survey to docs banner ( #80931 )
...
Co-authored-by: Don Naro <dnaro@redhat.com>
1 year ago
David-Ademola
e91bf2248f
Update manager.py ( #80926 )
1 year ago
Don Naro
939f2741c6
Docs: Update changelog for Ansible 8 ( #80886 )
1 year ago
Christian Adams
124f33b230
Add Ansible community 8.0.0 porting guide ( #80927 )
1 year ago
Sandra McCann
9fb03093b3
set latest version to 8 ( #80892 )
1 year ago
F-Baker
6011b7c4c1
Update split.yml ( #80915 )
...
typo in description
1 year ago
Ikko Eltociear Ashimine
d0686f0f77
fix typo in from_yaml_all.yml ( #80911 )
...
mulitple -> multiple
1 year ago
Matt Clay
3a1d58bc58
ansible-test - Use raise from to handle exceptions ( #80905 )
1 year ago
Matt Clay
43c31c5dc2
Use isinstance in unit tests for type checks ( #80906 )
1 year ago
Matt Clay
585b82838b
Improve code coverage of unit tests ( #80904 )
...
* Improve coverage of validate-modules unit tests
* Remove unused galaxy unit test code
* Fix galaxy unit test teardown logic
* Improve coverage of galaxy unit test code
* Improve coverage of galaxy unit tests
* Remove unused code in galaxy API tests
* Remove unused galaxy collection unit test code
* Improve coverage of galaxy collection unit tests
* Remove unused galaxy unit test code
1 year ago
Felix Fontein
a5bb4c7dee
ansible-test - local change detection without --fork-point ( #79734 )
1 year ago
Abhijeet Kasurde
e88ff32b10
deb822_repository: use http-agent with open_url ( #80876 )
...
* Use http-agent in open_url API while getting
cloudflare content
Fixes : #80809
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 year ago
Matt Martz
09387eaa24
Update dnf5 module to handle API change for setting the download directory. Fixes #80887 ( #80888 )
1 year ago
Matt Martz
0775e991d5
Documentation tweaks for apt repo key management. Fixes #78063 ( #80872 )
1 year ago