summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* communication.rst: add Ansible MySQL WG information (#79269)Andrew Klychkov2022-11-011-0/+1
|
* validate-modules: do not treat falsy non-`False` defaults as `None` (#79267)Felix Fontein2022-11-0111-8/+22
| | | | | | | * Do not treat falsy non-False defaults as None. * Fix various instances of this in modules. * Add changelog fragment.
* Log `runme.sh` execution in integration tests (#79263)Sviatoslav Sydorenko2022-11-019-11/+18
| | | | | | | | * 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
* De-duplicate initialisation of ConnectionBase._connected (#79256)Alex Willmer2022-11-011-2/+0
| | | The same value is unconditionally set 4 lines down.
* #59449: Removes translatable words from code blocks (#79193)JaroslavKlech2022-11-014-242/+208
| | | Co-authored-by: Jaroslav Klech <jklech@redhat.com>
* add ansible 7 porting guide to index page (#79254)Sandra McCann2022-10-281-0/+1
|
* mention acl in permissions errors (#79209)Brian Coca2022-10-273-5/+7
| | | | | | | | 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
* File lookup handle missing file more gracefully (#79230)Brian Coca2022-10-272-7/+9
| | | | | previously it would have a 2nd tb due to bad error raising also remove superfluous warning
* plugins/lookup/pipe: docs typo fixes (#79222)Kenyon Ralph2022-10-271-2/+2
|
* collection roles dont support plugins (#79243)Brian Coca2022-10-272-3/+8
|
* Communication docs: note that editing Matrix messages causes IRC spam (#79238)Felix Fontein2022-10-271-1/+1
|
* Docs: Typos and edits in collections reviews (#79217)Goodness Chris-Ugari2022-10-273-24/+24
|
* ansible-test - Update default container.Matt Clay2022-10-262-2/+4
|
* stable docs build: do not use YAML parsing/serialization for .deps files ↵Felix Fontein2022-10-261-6/+22
| | | | | | | (#79233) * Do not use YAML parsing/serialization for .deps files. * Prevent crash.
* Bump antsibull-docs version from 1.6.1 to 1.7.0. (#79071)Felix Fontein2022-10-262-2/+2
|
* fix url for fest VoD banner (#79229)Sandra McCann2022-10-261-1/+1
|
* Docs: Typos and edits in collections integration (#79228)Goodness Chris-Ugari2022-10-263-11/+11
|
* contributor_path: misc doc fixes (#79224)Andrew Klychkov2022-10-261-1/+1
|
* Add Ansible community 7.0.0a2 porting guide (#79219)Christian Adams2022-10-251-0/+366
|
* ansible-test - Update base and default containers.Matt Clay2022-10-252-3/+5
|
* Fix ansible-test-git test for newer git versions.Matt Clay2022-10-251-1/+1
| | | | | | The latest versions of `git` include a fix for CVE-2022-39253. The fix blocks the file protocol by default. See: https://github.com/git/git/blob/45c9f05c44b1cb6bd2d6cb95a22cf5e3d21d5b63/Documentation/RelNotes/2.30.6.txt
* give a warning when no roles match the search instead of returning rc 1 (#79195)Sloane Hertel2022-10-253-3/+7
| | | | | | | | | * 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>
* Added link to the Ansible meetup page (#79207)VICTORIA JOHNSON2022-10-251-1/+1
|
* add link to fest videos (#79196)Sandra McCann2022-10-251-7/+4
|
* ansible-test - Fix pylint support on Python 3.11.Matt Clay2022-10-243-4/+8
|
* Restrict `wheel` below v0.38.0 under Pythons < 3.7 (#79187)Sviatoslav Sydorenko2022-10-244-0/+5
| | | | | | | | | | | | | * 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>
* managed node requirement amend (#79189)prasadpatil492022-10-241-0/+1
|
* documentation fix for file module 78988 (#79182)prasadpatil492022-10-241-1/+2
|
* Revert "Fix yum exclude example to align to parameter doc (#79128)" (#79179)Sandra McCann2022-10-201-3/+1
| | | This reverts commit 062315ecaaf1096f808b68eb8d88cf8ab3ab2cfc.
* Change occurance yes/no to true/false (#79035)Abhijeet Kasurde2022-10-201-1/+1
|
* docs: cgroupsv1 is required for ansible-test with docker (#79066)Chris Smart2022-10-201-0/+2
|
* Setting indentation correctly in the Example section (#79072)Bart Dorlandt2022-10-201-2/+2
|
* minor changes in documentation (#79114)trolzen2022-10-201-3/+3
|
* Fix yum exclude example to align to parameter doc (#79128)Olivier Clavel2022-10-201-1/+3
|
* Added the emphasize changelog (#79160)Tabah Baridule M2022-10-201-0/+2
| | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
* Update overview_architecture.rst (#79161)Jack Lin2022-10-201-1/+1
| | | | Add missing right parenthesis
* Update contributor_path.rst (#79170)Goodness Chris-Ugari2022-10-202-8/+8
| | | grammar fixes
* Update communication.rst (#79172)Goodness Chris-Ugari2022-10-204-15/+15
| | | | | grammar fixes
* Made changes to notes on #L9 and #L21 (#79173)Aysha Muhammed2022-10-201-2/+2
|
* update alpha to next week (#79166)Sandra McCann2022-10-191-1/+1
|
* Fix isinstance check (#79159)Sloane Hertel2022-10-182-3/+5
| | | 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.
* remove AnsibleFest banner (#79156)Sandra McCann2022-10-171-2/+2
|
* copy, avoid moving non temp remote 'non' files (#79102)Brian Coca2022-10-174-13/+62
| | | | * copy, avoid moving non temp remote files that are not dirs/files fix tests
* ansible-galaxy install - fix unnecessary api check when installing a role ↵Sloane Hertel2022-10-144-25/+55
| | | | | from git repo (#79090) * delay server api evaluation until a GalaxyRole needs to make an api call for info, list, and install
* contributor_path: add doc link (#79138)Andrew Klychkov2022-10-141-1/+3
|
* contributor_path: fix refs (#79136)Andrew Klychkov2022-10-141-2/+2
|
* Docs: file parameter import_tasks and include_tasks (#79077)Don Naro2022-10-132-9/+17
| | | | | | | | | | | | | | | | | * 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>
* Fix test for jinja2_native preserve quotes (#79131)Martin Krizek2022-10-131-2/+2
| | | Fixes https://github.com/ansible/ansible/pull/79119#discussion_r993752129
* Don't assume column index for netmask and broadcast (#79121)Matt Martz2022-10-133-8/+65
| | | | | * Don't assume column index for netmask and broadcast. Fixes #79117 * fix typo
* fix password unit tests (#79113)Sloane Hertel2022-10-131-31/+20
|