Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix gather parallel (#80597) | Brian Coca | 2023-04-26 | 9 | -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 Krizek | 2023-04-26 | 3 | -9/+3 | |
| | ||||||
* | Add Ansible community 8.0.0a2 porting guide (#80643) | Anwesha Das | 2023-04-26 | 1 | -1/+35 | |
| | ||||||
* | Add Ansible community 7.5.0 porting guide (#80642) | Anwesha Das | 2023-04-26 | 1 | -5/+24 | |
| | ||||||
* | service_facts, get more info for rcctl services (#80630) | Brian Coca | 2023-04-25 | 2 | -7/+32 | |
| | | | uses rcctl get function to get all settables for a service | |||||
* | ansible-test - Update the default containers (#80635) | Matt Clay | 2023-04-25 | 1 | -2/+2 | |
| | ||||||
* | ansible-test - Update pylint to 2.17.3 (#80632) | Matt Clay | 2023-04-25 | 2 | -3/+4 | |
| | ||||||
* | PlayIterator: remove deprecated methods (#80437) | Martin Krizek | 2023-04-25 | 3 | -16/+2 | |
| | ||||||
* | dnf5: use new API to check package signatures (#80609) | Martin Krizek | 2023-04-25 | 2 | -19/+8 | |
| | ||||||
* | ansible-test - Use FreeBSD packaged setuptools (#80615) | Matt Clay | 2023-04-24 | 2 | -0/+3 | |
| | | | This will avoid issues during bootstrapping caused by breaking changes in setuptools. | |||||
* | Fix calling v2_playbook_on_notify callback (#80585) | Martin Krizek | 2023-04-24 | 10 | -2/+166 | |
| | | | Co-authored-by: Matt Martz <matt@sivel.net> | |||||
* | tests: replace a mock import with unittest.mock (#80589) | Maxwell G | 2023-04-21 | 1 | -1/+1 | |
| | ||||||
* | Add GALAXY_COLLECTIONS_PATH_WARNINGS option. (#78487) | Maxwell G | 2023-04-21 | 3 | -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 Krizek | 2023-04-21 | 3 | -50/+101 | |
| | | | Fixes #80376 | |||||
* | Add note guidelines for additional distributions (#80389) | Sarah Lau-Kilo | 2023-04-20 | 1 | -0/+4 | |
| | ||||||
* | Update DOCUMENTATION.yml (#80579) | Esther Christopher | 2023-04-20 | 1 | -6/+9 | |
| | ||||||
* | Vars Plugin Documentation Improvement (#80470) | Tim Way | 2023-04-20 | 1 | -0/+13 | |
| | ||||||
* | apt key and repository example security patch (#80381) | hexagon6 | 2023-04-20 | 2 | -4/+4 | |
| | ||||||
* | note in systemd that systemctl can change behaviour due to diff order… ↵ | Brian Coca | 2023-04-20 | 1 | -0/+2 | |
| | | | | (#80570) | |||||
* | fix become yes/no to true/false (#80515) | Akira Yokochi | 2023-04-20 | 16 | -32/+32 | |
| | ||||||
* | uri module, fix example (#80554) | Brian Coca | 2023-04-20 | 1 | -2/+2 | |
| | ||||||
* | Remove docs references to obsolete test plugins (#80576) | Matt Clay | 2023-04-19 | 1 | -2/+0 | |
| | ||||||
* | ansible-test - Remove deprecated features (#80558) | Matt Clay | 2023-04-18 | 10 | -236/+16 | |
| | ||||||
* | ansible-test - Update default containers (#80559) | Matt Clay | 2023-04-18 | 2 | -2/+4 | |
| | ||||||
* | ansible-test - Update pylint to 2.17.2 (#80555) | Matt Clay | 2023-04-18 | 2 | -2/+4 | |
| | ||||||
* | Update tools and programs page as per community feedback (#80493) | JaroslavKlech | 2023-04-18 | 1 | -46/+25 | |
| | ||||||
* | redirect old vmware guide (#80553) | Sandra McCann | 2023-04-18 | 1 | -14/+1 | |
| | ||||||
* | Update validate_argument_spec.py (#80547) | 7840vz | 2023-04-18 | 1 | -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 Gryzinski | 2023-04-18 | 1 | -1/+1 | |
| | ||||||
* | Implement checks, and backwards compat change, to move forward with UTF-8 ↵ | Matt Martz | 2023-04-17 | 11 | -8/+70 | |
| | | | | | only (#80370) Co-authored-by: Sandra McCann <samccann@redhat.com> | |||||
* | argspec - fix validating type for required options that are None (#79677) | Sloane Hertel | 2023-04-17 | 6 | -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 Hertel | 2023-04-17 | 3 | -1/+10 | |
| | | | | | (#79110) * strip trailing path separator from type=dir sources | |||||
* | ansible-test - Replace pytest-forked (#80525) | Matt Clay | 2023-04-14 | 9 | -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 Krieger | 2023-04-14 | 2 | -1/+22 | |
| | | | Fixes #80520 | |||||
* | feature: add support for symbolic links when passing "dir" (#80460) | kloud-byun | 2023-04-14 | 3 | -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 Hertel | 2023-04-13 | 3 | -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 Das | 2023-04-12 | 1 | -0/+1 | |
| | ||||||
* | --syntax-check is only applicable to ansible-playbook. Fixes #80506 (#80507) | Matt Martz | 2023-04-12 | 3 | -2/+5 | |
| | ||||||
* | Add Ansible community 8.0.0a1 porting guide (#80498) | Anwesha Das | 2023-04-12 | 1 | -0/+405 | |
| | ||||||
* | Fix galaxy CLI unit test assertions (#80504) | Matt Clay | 2023-04-12 | 1 | -2/+6 | |
| | ||||||
* | Fix unit test asserts (#80500) | Matt Clay | 2023-04-12 | 1 | -3/+3 | |
| | ||||||
* | pep517 backend - Use correct import_module import (#80480) | Matt Clay | 2023-04-12 | 2 | -1/+3 | |
| | ||||||
* | Fix unit tests returning values (#80499) | Matt Clay | 2023-04-12 | 2 | -4/+5 | |
| | ||||||
* | Fix unclosed files in unit tests (#80497) | Matt Clay | 2023-04-12 | 5 | -41/+48 | |
| | ||||||
* | Last handler defined runs, fix for roles (#79558) | Martin Krizek | 2023-04-12 | 8 | -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 Clay | 2023-04-11 | 1 | -11/+0 | |
| | ||||||
* | ansible-test - Add support for argcomplete 3 (#80482) | Matt Clay | 2023-04-11 | 3 | -5/+25 | |
| | ||||||
* | Expand pylint deprecated plugin to catch ↵ | Matt Martz | 2023-04-11 | 2 | -3/+18 | |
| | | | | ansible.module_utils.common.warnings uses (#80462) | |||||
* | Fixing bit shift, extra comma, reformatting "copy" test. (#80458) | Sean Reifschneider | 2023-04-11 | 0 | -0/+0 | |
| | ||||||
* | Update ansible_tips_tricks.rst (#80477) | DopeforHope | 2023-04-11 | 1 | -1/+1 | |
| | | | Fix quotation marks in example |