Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-09-06 | fetch_file - properly split files with multi-part file extensions (#75257) | Sam Doran | 4 | -11/+152 | |
2022-09-06 | Propagate ansible_failed_task to an outer rescue (#78676) | Martin Krizek | 7 | -10/+53 | |
Fixes #43191 Fixes #72638 Fixes #78042 Co-authored-by: Sandra McCann <samccann@redhat.com> | |||||
2022-09-06 | issue 78082 move content and orphan user guide (#78711) | Don Naro | 13 | -842/+656 | |
2022-09-05 | issue 78082 create collections users guide (#78708) | Don Naro | 18 | -529/+514 | |
2022-09-02 | issue 78082 modules plugins collections (#78699) | Don Naro | 13 | -704/+715 | |
2022-09-02 | issue 78082 create separate vault guide (#78697) | Don Naro | 9 | -653/+690 | |
2022-09-01 | fix issue with legacy pugins and no docs (#78686) | Brian Coca | 4 | -1/+8 | |
* fix issue with legacy pugins and no docs | |||||
2022-09-01 | Added section about boolean variables (#78653) | wnjuguna | 2 | -1/+21 | |
Co-authored-by: William Njuguna <william@coralogix.com> | |||||
2022-09-01 | Add the rest of the runtime keys to the example in the default collection ↵ | Sloane Hertel | 2 | -0/+50 | |
skeleton (#78573) | |||||
2022-09-01 | new: documentation update for galaxy usr guide (#78649) | Adrian Brown | 1 | -0/+3 | |
2022-09-01 | refactor and fixes for doc parsing (#77719) | Brian Coca | 33 | -436/+809 | |
* refactor and remove redundant code in documentation allow location and building api to be more accessible fix issues with displaying ansible.legacy and ansible.builtin ensure we don't x2 process tokens (some modules reference them also) fixes #77764 move to constants vs hardcoded more informative errors and comments now have actual filter/test plugins, which expose the filter/test functions moved filter/test loading/finding logic into jinja2pluginloader, removed dupe implementations added tests for case in which we unique by basename when listing Update lib/ansible/utils/plugin_docs.py Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | |||||
2022-08-31 | Fix vars plugin code and documentation mismatch (#78562) | Sloane Hertel | 13 | -8/+108 | |
* Add a warning for collections that are attempting to be autoloaded to no effect * Deprecate REQUIRES_WHITELIST and add support for REQUIRES_ENABLED so the docs are accurate * Fix documentation * add more vars plugin tests * Simplify code and add a FIXME for another bug * fix precedence * Make setting the class attr at all a warning, even if it's True * Add fun parsing for _load_name * include _load_name in messages | |||||
2022-08-30 | Guard urllib3 imports against all exceptions. Fixes #78648 (#78667) | Matt Martz | 2 | -4/+9 | |
2022-08-30 | _get_next_task_from_state should not mutate anyting outside of state (#78657) | Martin Krizek | 5 | -3/+25 | |
Fixes #78612 | |||||
2022-08-30 | Fix typos in stat module examples (#78651) | NitrogenPointBlue | 1 | -2/+2 | |
2022-08-29 | until is also implicit (#78632) | Brian Coca | 2 | -1/+5 | |
The until keyword templating is also implicit, this will now reflect in the docs | |||||
2022-08-29 | Skip test if no there are no problematic chars for wcswidth (#78645) | Matt Martz | 1 | -3/+23 | |
2022-08-25 | Note that `become_user` is required for `runas` (#78603) | jw-maynard | 1 | -1/+3 | |
2022-08-25 | doc: Correct mixed up commentary and task name (#78610) | rawtaz | 1 | -1/+1 | |
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | |||||
2022-08-25 | Fixes broken links. For the github links this was where references to in ↵ | Joshua Kelley | 20 | -66/+66 | |
the URL are stale due to the default branch in the linked repository now being . While github does have the functionality of dropping you on the default branch (via an HTTP 302 redirect) when it does not recognize the branch you are trying to reach, the fact that most of these links work is more of a coincidence than reliance on a github feature. Also removes unnecessary whitespace where found. (#78638) | |||||
2022-08-25 | Fixes parameter name in expect module examples (#78635) | gmdmi | 1 | -2/+2 | |
2022-08-25 | Fixes typo on docsite playbook_reuse_roles page (#78630) | Joshua Kelley | 1 | -1/+1 | |
2022-08-25 | Fix validate-modules version_added test (#78554) | Sloane Hertel | 2 | -2/+6 | |
2022-08-24 | prep intro inventory page to be subdivided (#78634) | Alicia Cozine | 1 | -83/+118 | |
2022-08-24 | Add Porting Guide for ansible-community v6 (#78625) | Christian Adams | 1 | -0/+23 | |
2022-08-23 | Docs: fix issue-76133-apt-repository (#78586) | Arnold Kamanzi | 1 | -0/+1 | |
2022-08-23 | Fail fast in stuck `ansible-galaxy-collection` | Sviatoslav Sydorenko | 1 | -1/+12 | |
This specific integration test gets stuck periodically causing the Galaxy jobs to be killed on timeout wasting an hour of runtime. The module that gets stuck waiting on Pulp is an in-test one, called `setup_collections`. When it works, the task is complete in around 70 seconds but when it doesn't, it just freezes the whole play. This patch attempts to make it fail faster by putting a reasonable timeout value of 2 minutes. | |||||
2022-08-22 | ansible-test - Update test containers. (#78615) | Matt Clay | 2 | -10/+12 | |
The test containers no longer use the `VOLUME` instruction. | |||||
2022-08-22 | ansible-test - Use --tmpfs to run containers. (#78605) | Matt Clay | 2 | -0/+14 | |
2022-08-22 | Fix file integration test chattr/lsattr check. (#78614) | Matt Clay | 1 | -0/+2 | |
On BusyBox systems such as Alpine, chattr on a tmpfs fails with a status of 0 and output only on stderr. This change updates the test to not assume output on stdout. | |||||
2022-08-20 | ansible-test - Verify executables are executable. (#78606) | Matt Clay | 5 | -6/+33 | |
2022-08-19 | fix adhoc dev example (#78593) | Sloane Hertel | 1 | -2/+2 | |