summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix gather parallel (#80597)Brian Coca2023-04-269-13/+108
| | | | | | | | * fix meaning of parallel in gather_facts * Update docs with note about parallel not always being faster * add 'smarter' usage of gahter_timeout for parallel tasks * restore async when needed, not always * added typing * parallelism tests
* Templar: remove deprecated shared_loader_obj param (#80439)Martin Krizek2023-04-263-9/+3
|
* Add Ansible community 8.0.0a2 porting guide (#80643)Anwesha Das2023-04-261-1/+35
|
* Add Ansible community 7.5.0 porting guide (#80642)Anwesha Das2023-04-261-5/+24
|
* service_facts, get more info for rcctl services (#80630)Brian Coca2023-04-252-7/+32
| | | uses rcctl get function to get all settables for a service
* ansible-test - Update the default containers (#80635)Matt Clay2023-04-251-2/+2
|
* ansible-test - Update pylint to 2.17.3 (#80632)Matt Clay2023-04-252-3/+4
|
* PlayIterator: remove deprecated methods (#80437)Martin Krizek2023-04-253-16/+2
|
* dnf5: use new API to check package signatures (#80609)Martin Krizek2023-04-252-19/+8
|
* ansible-test - Use FreeBSD packaged setuptools (#80615)Matt Clay2023-04-242-0/+3
| | | This will avoid issues during bootstrapping caused by breaking changes in setuptools.
* Fix calling v2_playbook_on_notify callback (#80585)Martin Krizek2023-04-2410-2/+166
| | | Co-authored-by: Matt Martz <matt@sivel.net>
* tests: replace a mock import with unittest.mock (#80589)Maxwell G2023-04-211-1/+1
|
* Add GALAXY_COLLECTIONS_PATH_WARNINGS option. (#78487)Maxwell G2023-04-213-1/+19
| | | | | | | * Add GALAXY_COLLECTIONS_PATH_WARNING option. This allows users to disable warnings from `ansible-galaxy collection install` about `--collections-path` missing from Ansible's configured collections_paths.
* Use target of /usr/bin/dnf for dnf version detection (#80550)Martin Krizek2023-04-213-50/+101
| | | Fixes #80376
* Add note guidelines for additional distributions (#80389)Sarah Lau-Kilo2023-04-201-0/+4
|
* Update DOCUMENTATION.yml (#80579)Esther Christopher2023-04-201-6/+9
|
* Vars Plugin Documentation Improvement (#80470)Tim Way2023-04-201-0/+13
|
* apt key and repository example security patch (#80381)hexagon62023-04-202-4/+4
|
* note in systemd that systemctl can change behaviour due to diff order… ↵Brian Coca2023-04-201-0/+2
| | | | (#80570)
* fix become yes/no to true/false (#80515)Akira Yokochi2023-04-2016-32/+32
|
* uri module, fix example (#80554)Brian Coca2023-04-201-2/+2
|
* Remove docs references to obsolete test plugins (#80576)Matt Clay2023-04-191-2/+0
|
* ansible-test - Remove deprecated features (#80558)Matt Clay2023-04-1810-236/+16
|
* ansible-test - Update default containers (#80559)Matt Clay2023-04-182-2/+4
|
* ansible-test - Update pylint to 2.17.2 (#80555)Matt Clay2023-04-182-2/+4
|
* Update tools and programs page as per community feedback (#80493)JaroslavKlech2023-04-181-46/+25
|
* redirect old vmware guide (#80553)Sandra McCann2023-04-181-14/+1
|
* Update validate_argument_spec.py (#80547)7840vz2023-04-181-1/+1
| | | | | | | | | | ##### SUMMARY Fix example with file lookup, filter 'from_yaml' is required. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
* Fix PolicyRcD.__exit__ docstring (#80528)Rodrigo Candido Gryzinski2023-04-181-1/+1
|
* Implement checks, and backwards compat change, to move forward with UTF-8 ↵Matt Martz2023-04-1711-8/+70
| | | | | only (#80370) Co-authored-by: Sandra McCann <samccann@redhat.com>
* argspec - fix validating type for required options that are None (#79677)Sloane Hertel2023-04-176-6/+140
| | | | | * Only bypass type validation for null parameters if the default is None. A default is mutually exclusive with required. * Prevent coercing None to str type. Fail the type check instead.
* ansible-galaxy - fix installing dir sources with a trailing path separator ↵Sloane Hertel2023-04-173-1/+10
| | | | | (#79110) * strip trailing path separator from type=dir sources
* ansible-test - Replace pytest-forked (#80525)Matt Clay2023-04-149-3/+206
| | | | | - Unit tests now report warnings generated during test runs. - Python 3.12 warnings about `os.fork` usage with threads (due to `pytest-xdist`) are suppressed. - Added integration tests to verify forked test behavior.
* Extend OpenBSDStrategy to also update current hostname. (#80521)Rogier Krieger2023-04-142-1/+22
| | | Fixes #80520
* feature: add support for symbolic links when passing "dir" (#80460)kloud-byun2023-04-143-1/+29
| | | * update the include_vars action plugin to always follow symbolic links when traversing directories
* Validate task attributes with first finalized attrs after loop (#80476)Sloane Hertel2023-04-133-5/+15
| | | | | | | | | * Validate task attributes `run_once` and `action` with finalized attrs after individual loop results * Validate task attribute `ignore_unreachable` using individual loop results Once there's a way to post validate only certain fields, we can use self._task.post_validate() instead This replaces the fix introduced in https://github.com/ansible/ansible/pull/80051.
* Adds Ansible 8 Porting Guide to Index Page (#80511)Anwesha Das2023-04-121-0/+1
|
* --syntax-check is only applicable to ansible-playbook. Fixes #80506 (#80507)Matt Martz2023-04-123-2/+5
|
* Add Ansible community 8.0.0a1 porting guide (#80498)Anwesha Das2023-04-121-0/+405
|
* Fix galaxy CLI unit test assertions (#80504)Matt Clay2023-04-121-2/+6
|
* Fix unit test asserts (#80500)Matt Clay2023-04-121-3/+3
|
* pep517 backend - Use correct import_module import (#80480)Matt Clay2023-04-122-1/+3
|
* Fix unit tests returning values (#80499)Matt Clay2023-04-122-4/+5
|
* Fix unclosed files in unit tests (#80497)Matt Clay2023-04-125-41/+48
|
* Last handler defined runs, fix for roles (#79558)Martin Krizek2023-04-128-84/+126
| | | | | | | | | Fixes #73643 * clear_notification method and simplify ifs * Deduplicate code * Limit number of Templar creations * Fix sanity * Preserve handler callbacks order as they were notified
* Remove obsolete pkg_resources usage (#80489)Matt Clay2023-04-111-11/+0
|
* ansible-test - Add support for argcomplete 3 (#80482)Matt Clay2023-04-113-5/+25
|
* Expand pylint deprecated plugin to catch ↵Matt Martz2023-04-112-3/+18
| | | | ansible.module_utils.common.warnings uses (#80462)
* Fixing bit shift, extra comma, reformatting "copy" test. (#80458)Sean Reifschneider2023-04-110-0/+0
|
* Update ansible_tips_tricks.rst (#80477)DopeforHope2023-04-111-1/+1
| | | Fix quotation marks in example