-
Notifications
You must be signed in to change notification settings - Fork 23.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken link for inventory script examples #79762
Conversation
These scripts were removed from community.general in ansible-collections/community.general#2696 and moved to ansible-community/contrib-scripts per ansible-community/community-topics#16 (comment)
Thanks for your Ansible docs contribution! We talk about Ansible documentation on matrix at #docs:ansible.im and on libera IRC at #ansible-docs if you ever want to join us and chat about the docs! We meet there on Tuesdays (see the Ansible calendar) and welcome additions to our weekly agenda items - scroll down to find the upcoming agenda and add a comment to put something new on that agenda. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks @kristianheljas for the Ansible docs fix! |
These scripts were removed from community.general in ansible-collections/community.general#2696 and moved to ansible-community/contrib-scripts per ansible-community/community-topics#16 (comment) (cherry picked from commit 97993ee)
* Update authentication.rst (#79623) (cherry picked from commit e7af753) * Fix typo (#79641) (cherry picked from commit 8e7cc37) * correct the mistake of example repeat_original (#79659) there is a little mistake ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr (cherry picked from commit 6f8c1da) * switched reference from katacoda to instruqt (#79698) (cherry picked from commit 0fc932f) * contributor_path: fix typos (#79678) (cherry picked from commit fe7d488) * Fix broken reference to FAQ (#79621) (cherry picked from commit 602824d) * Docsite: add Security Automation Working Group to Communication guide (#79692) (cherry picked from commit 65efa4b) * Docsite: remove dead Lockdown Working Group from Communication guide (#79693) (cherry picked from commit 55f9d7f) * Fix `undef()` example to a valid Jinja template (#79701) (cherry picked from commit e41d287) * Truthy value should be one of false or true (#79730) Otherwise ansible-lint complains: https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.truthy (cherry picked from commit b756a08) * Fix regex filter docs (#79736) * Fix notes in regex_replace doc The documentation says that this maps to 'regex.replace' when it should say 're.replace'. The distinction is important because of the third-party 'regex' module that has more features than the built-in 're' module. https://pypi.org/project/regex/ * Fix notes in re.search docs The documentation says that this maps to 'regex.search' when it should say 're.search'. The distinction is important because of the third-party 'regex' module that has more features than the built-in 're' module. https://pypi.org/project/regex/ (cherry picked from commit cf50d81) * complex_data_manipulation.rst: fix typo (#79758) (cherry picked from commit b5b7f9b) * Fix broken link for inventory script examples (#79762) These scripts were removed from community.general in ansible-collections/community.general#2696 and moved to ansible-community/contrib-scripts per ansible-community/community-topics#16 (comment) (cherry picked from commit 97993ee) * communication.rst: improve (#79751) (cherry picked from commit 11a27ee) * Fix broken docs links. (#79769) (cherry picked from commit 5d71ace) Co-authored-by: Gineesh Madapparambath <[email protected]> Co-authored-by: Kristopher Henry Kram <[email protected]> Co-authored-by: evangelionlion <[email protected]> Co-authored-by: Deric Crago <[email protected]> Co-authored-by: Andrew Klychkov <[email protected]> Co-authored-by: Rune Juhl Jacobsen <[email protected]> Co-authored-by: Kristian Heljas <[email protected]> Co-authored-by: Hofer-Julian <[email protected]> Co-authored-by: antonc42 <[email protected]> Co-authored-by: Kenyon Ralph <[email protected]> Co-authored-by: Matt Clay <[email protected]>
SUMMARY
These scripts were removed from community.general in ansible-collections/community.general#2696 and moved to ansible-community/contrib-scripts per ansible-community/community-topics#16 (comment)
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION