Commit Graph

53228 Commits (1bda6750f5f4fb8b01de21d1949b02d7547ff838)
 

Author SHA1 Message Date
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
Sviatoslav Sydorenko a76bbb18a5
Restrict `wheel` below v0.38.0 under Pythons < 3.7 (#79187)
* Restrict `wheel` below v0.38.0 under Pythons < 3.7

* Add a change note for PR #79187

* Update changelogs/fragments/79187--wheel-0.38.0.yml

Co-authored-by: Matt Clay <matt@mystile.com>

* Use constraints file when installing wheel.

Co-authored-by: Matt Clay <matt@mystile.com>
2 years ago
prasadpatil49 757efa4a45
managed node requirement amend (#79189) 2 years ago
prasadpatil49 465480f755
documentation fix for file module 78988 (#79182) 2 years ago
Sandra McCann bcdc2286e8
Revert "Fix yum exclude example to align to parameter doc (#79128)" (#79179)
This reverts commit 062315ecaa.
2 years ago
Abhijeet Kasurde 551f5a3753
Change occurance yes/no to true/false (#79035) 2 years ago
Chris Smart ae38628404
docs: cgroupsv1 is required for ansible-test with docker (#79066) 2 years ago
Bart Dorlandt 1182059d46
Setting indentation correctly in the Example section (#79072) 2 years ago
trolzen cc3abae532
minor changes in documentation (#79114) 2 years ago
Olivier Clavel 062315ecaa
Fix yum exclude example to align to parameter doc (#79128) 2 years ago
Tabah Baridule M b7eb067090
Added the emphasize changelog (#79160)
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2 years ago
Jack Lin 89af4e6e31
Update overview_architecture.rst (#79161)
Add missing right parenthesis
2 years ago
Goodness Chris-Ugari 64d5c6cc3a
Update contributor_path.rst (#79170)
grammar fixes
2 years ago
Goodness Chris-Ugari 1a6cfa8203
Update communication.rst (#79172)
grammar fixes
2 years ago
Aysha Muhammed d6c268378f
Made changes to notes on #L9 and #L21 (#79173) 2 years ago
Sandra McCann d82d232d07
update alpha to next week (#79166) 2 years ago
Sloane Hertel 89d682464b
Fix isinstance check (#79159)
Use GalaxyAPI for isinstance check instead of RoleDistributionServer, since the latter is defined in __main__ sometimes (when running integration tests or ansible-galaxy from source) and importing from ansible.cli.galaxy won't reference the same object.
2 years ago
Sandra McCann 5b04dff7bd
remove AnsibleFest banner (#79156) 2 years ago
Brian Coca f66016df0e
copy, avoid moving non temp remote 'non' files (#79102)
* copy, avoid moving non temp remote files that are not dirs/files
fix tests
2 years ago
Sloane Hertel cb2e434dd2
ansible-galaxy install - fix unnecessary api check when installing a role from git repo (#79090)
* delay server api evaluation until a GalaxyRole needs to make an api call for info, list, and install
2 years ago
Andrew Klychkov 808f5a0c03
contributor_path: add doc link (#79138) 2 years ago
Andrew Klychkov 58f051a941
contributor_path: fix refs (#79136) 2 years ago
Don Naro 8d94a95ccf
Docs: file parameter import_tasks and include_tasks (#79077)
* issue #79022 file parameter import_tasks and include_tasks

* adding details back

* Update lib/ansible/modules/import_tasks.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update lib/ansible/modules/include_tasks.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* use pipe as in original version

Co-authored-by: Felix Fontein <felix@fontein.de>
2 years ago
Martin Krizek 3a6eca6670
Fix test for jinja2_native preserve quotes (#79131)
Fixes https://github.com/ansible/ansible/pull/79119#discussion_r993752129
2 years ago
Matt Martz f53dbf90ea
Don't assume column index for netmask and broadcast (#79121)
* Don't assume column index for netmask and broadcast. Fixes #79117

* fix typo
2 years ago
Sloane Hertel c4d6629bce
fix password unit tests (#79113) 2 years ago
Christian Adams 7e060c148a
Add Ansible community 6.5.0 porting guide (#79122) 2 years ago
Martin Krizek d34b578685
jinja2_native: preserve quotes in strings (#79119)
Fixes #79083
2 years ago