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
Sloane Hertel
f700047e69
blockinfile - document multiline marker behavior ( #79292 )
2 years ago
Sloane Hertel
a12a9b409f
Add more documentation for InventoryData methods ( #79288 )
...
* Add more documentation for InventoryData methods
Reword some constructed documention and mention fetch_hostvars
* describe use cases for default strict behavior
Co-Authored-By: Brian Coca <bcoca@users.noreply.github.com>
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
2 years ago
Matt Clay
938c0fa944
ansible-test - Fix and update documentation links.
2 years ago
inifares23lab
e2450d4886
added --allow-change-held-packages for apt remove ( #78203 )
...
* 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)
2 years ago
Sloane Hertel
26a4775611
[CI] Move running `reboot` integration test to group 2
...
PR #79289 , follow-up for #78402 .
It was breaking the integration-aliases sanity test, but only
became apparent post-merge. This patch fixes that.
2 years ago
Sviatoslav Sydorenko
bb7ad0f0d8
Enable the `reboot` integration test in CI
...
Co-Authored-By: Matt Clay <matt@mystile.com>
2 years ago
Jordan Borean
698da30c1e
ansible-test - Update test container to 7.4.0 ( #79281 )
2 years ago
Jordan Borean
f0d61245e3
Added ignore revs file for tracking commits with bulk sanity changes ( #79280 )
2 years ago
Jordan Borean
6def4a3180
Fix up sanity problems
2 years ago
Jordan Borean
4ad02dc6e3
ansible-test - Update PSScriptAnalyzer to 1.21.0
2 years ago
Alicia Cozine
bfcb557777
replace yes/no with true/false in docstrings ( #79274 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
2 years ago
Andrew Klychkov
1c80209422
communication.rst: add Ansible MySQL WG information ( #79269 )
2 years ago
Felix Fontein
6e379e5d65
validate-modules: do not treat falsy non-`False` defaults as `None` ( #79267 )
...
* Do not treat falsy non-False defaults as None.
* Fix various instances of this in modules.
* Add changelog fragment.
2 years ago
Sviatoslav Sydorenko
6674c43edd
Log `runme.sh` execution in integration tests ( #79263 )
...
* Log `runme.sh` execution in integration tests
This patch adds `set -x` where it's missing in the integration tests.
It also enables `pipefail` in `runme.sh` scripts that use pipes.
* Add a change note for PR #79263
2 years ago
Alex Willmer
6d9e2bc5e9
De-duplicate initialisation of ConnectionBase._connected ( #79256 )
...
The same value is unconditionally set 4 lines down.
2 years ago
JaroslavKlech
65e725f08f
#59449 : Removes translatable words from code blocks ( #79193 )
...
Co-authored-by: Jaroslav Klech <jklech@redhat.com>
2 years ago
Sandra McCann
44f7ca4645
add ansible 7 porting guide to index page ( #79254 )
2 years ago
Brian Coca
0f18ddca9f
mention acl in permissions errors ( #79209 )
...
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
2 years ago
Brian Coca
aaab0791d9
File lookup handle missing file more gracefully ( #79230 )
...
previously it would have a 2nd tb due to bad error raising
also remove superfluous warning
2 years ago
Kenyon Ralph
0bacea70c4
plugins/lookup/pipe: docs typo fixes ( #79222 )
2 years ago
Brian Coca
6ee089bc80
collection roles dont support plugins ( #79243 )
2 years ago
Felix Fontein
bc83da9a1b
Communication docs: note that editing Matrix messages causes IRC spam ( #79238 )
2 years ago
Goodness Chris-Ugari
fa8dc6b73d
Docs: Typos and edits in collections reviews ( #79217 )
2 years ago
Matt Clay
d55423f5a4
ansible-test - Update default container.
2 years ago
Felix Fontein
9545f2e0de
stable docs build: do not use YAML parsing/serialization for .deps files ( #79233 )
...
* Do not use YAML parsing/serialization for .deps files.
* Prevent crash.
2 years ago
Felix Fontein
74b80c3193
Bump antsibull-docs version from 1.6.1 to 1.7.0. ( #79071 )
2 years ago
Sandra McCann
656d01dd24
fix url for fest VoD banner ( #79229 )
2 years ago
Goodness Chris-Ugari
74f55db5c6
Docs: Typos and edits in collections integration ( #79228 )
2 years ago
Andrew Klychkov
04957715cc
contributor_path: misc doc fixes ( #79224 )
2 years ago
Christian Adams
f02b8fb6f0
Add Ansible community 7.0.0a2 porting guide ( #79219 )
2 years ago
Matt Clay
4fb5240af2
ansible-test - Update base and default containers.
2 years ago
Matt Clay
4202acb41b
Fix ansible-test-git test for newer git versions.
...
The latest versions of `git` include a fix for CVE-2022-39253. The fix blocks the file protocol by default.
See: 45c9f05c44/Documentation/RelNotes/2.30.6.txt
2 years ago
Sloane Hertel
da3a7618ba
give a warning when no roles match the search instead of returning rc 1 ( #79195 )
...
* 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>
2 years ago
VICTORIA JOHNSON
f3f7d44238
Added link to the Ansible meetup page ( #79207 )
2 years ago
Sandra McCann
060f114d8c
add link to fest videos ( #79196 )
2 years ago
Matt Clay
645b6b8581
ansible-test - Fix pylint support on Python 3.11.
2 years ago