| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
* Allow for searching handler subdir for included tasks
|
|
|
| |
paramater -> parameter
|
|
|
| |
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
|
|
|
|
|
| |
This is a follow up to:
https://github.com/ansible/ansible/pull/73508
To avoid adding no_log statements to passive_interface args.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
|
|
|
|
|
|
|
| |
false-positives (#73882)
* validate-modules no_log test: extend search range, add more known false-positives.
* Mark false-positives.
|
|
|
|
| |
context (#73877)
|
| |
|
| |
|
| |
|
|
|
| |
* no path on return
|
| |
|
|
|
|
| |
fixes #73837
|
| |
|
|
|
|
|
| |
This helps users to find the right ressources more easily and prevents them from clicking the first matching link only to be redirected to a subsection on the samepage from there
Co-authored-by: Jens Heinrich <github.com/JensHeinrich>
|
|
|
|
|
|
|
|
|
| |
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: John R Barker <john@johnrbarker.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: John R Barker <john@johnrbarker.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
|
|
|
|
|
|
|
|
|
|
| |
##### SUMMARY
<!--- Fixing a typo. There was a double "you" in the text. -->
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
|
| |
|
|
|
|
|
|
|
|
| |
data have no_log set (#73508)
* Catch more potential errors (and increase false-positive rate).
* Flag some false-positives in lib/ansible/modules/ with no_log=False.
Co-authored-by: John Barker <john@johnrbarker.com>
|
|
|
|
|
|
|
|
|
| |
* add optional module_utils import support
Treat core and collections module_utils imports nested within any Python block statement (eg, `try`, `if`) as optional. This allows Ansible modules to implement runtime fallback behavior for missing module_utils (eg from a newer version of ansible-core), where previously, the module payload builder would always fail when unable to locate a module_util (regardless of any runtime behavior the module may implement).
* sanity test fixes
ci_complete
|
| |
|
|
|
|
| |
report issue form (#73796)
|
|
|
|
|
|
|
|
|
|
| |
continue with local facts vs at script error
actually capture execution errors
better error messages in general
add more local facts tests
fixes #52427
|
|
|
|
|
|
|
|
|
|
|
| |
* Documentation: Lay the ground for i18n work.
* Translating both ansible-core and ansible docs requires msgcat
(a program from the gettext package). If msgcat is not present,
only the ansible-core index file's strings will be extracted for translation.
If this is a problem, a short hacking script could be written to take the
place of msgcat (merging the various index pot files into a single pot file).
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
|
|
|
|
|
|
|
|
| |
* Update Amazon Linux Distribution facts gathering logic
* Update tests
Fixes: #73742
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
|
|
|
|
|
| |
* Auto cleanup of async cache file
* Add changelog
|
|
|
| |
Typo in name results in Bot shouting
|
|
|
| |
Signed-off-by: Rick Elrod <rick@elrod.me>
|
|
|
|
|
|
| |
* fixes to set_fact
correctly give error messages that were previously ignored
corrected and expanded docs
|
|
|
|
|
| |
* Fix notify on import_tasks
also able to apply to blocks now.
|
|
|
|
|
|
|
|
|
|
|
| |
* finish migrating ssh plugin to config system
fixes #72739
fixes #57220
* fix connection detection in reset
* correct options for connection meta reset
Co-authored-by: David Shrewsbury <Shrews@users.noreply.github.com>
|
|
|
|
|
|
| |
* module output is only json objects
remove json lists as they are not valid from modules
fixes #73744
|
|
|
|
|
|
|
| |
* Don't fail for mixed typed keys
but warn that content cound not be sorted because of this
* added tests
|
| |
|
|
|
| |
* minor improvement on j2plugin loader, comments and var names clarified
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Convert markdown issue templates into issue forms
* Limit allowed issues to the form based ones
* Title-case the form field labels
Co-authored-by: John R Barker <john@johnrbarker.com>
* Remove CoC checkboxes from the forms
Co-authored-by: John R Barker <john@johnrbarker.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Fix invalid quoting.
|
|
|
|
| |
Remove anything that is not in ansible/ansible as issues/PRs
with those components will be auto-closed anyway.
|
| |
|
|
|
|
|
|
|
| |
* A little more complexity reduction
* restore logic
* Readability
* Add ran check back
* Add clog
|
|
|
|
|
| |
* Update CI URL in setup.py
* AZP
|
|
|
|
|
|
|
|
|
|
|
| |
* selinux: return selinux_getpolicytype facts
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* add basic selinux facts tests
* fix selinux facts test when selinux missing
Co-authored-by: Matt Davis <mrd@redhat.com>
|
|
|
|
|
| |
- Fix Ctrl+C/D behavior (#68529)
- correct few typos and missing infos
- Fixes doc (#72195)
|
|
|
|
|
|
|
| |
* clarify CLI version number as core version
* reduce confusion with `ansible` PyPI package >= 2.10 drifting from core version
* fix units
|
|
|
|
| |
* added changelog fragment
* added a couple of tests to coll name validation
|