Skip to content
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

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

kristianheljas
Copy link
Contributor

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
  • Docs Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

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)
@ansibot
Copy link
Contributor

ansibot commented Jan 18, 2023

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.

click here for bot help

@ansibot ansibot added affects_2.15 docs This issue/PR relates to or includes documentation. docs_only All changes are to files within the docs/docsite/ directory needs_triage Needs a first human triage before being processed. small_patch labels Jan 18, 2023
@webknjaz
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mattclay mattclay removed the needs_triage Needs a first human triage before being processed. label Jan 19, 2023
@samccann samccann merged commit 97993ee into ansible:devel Jan 19, 2023
@samccann
Copy link
Contributor

Thanks @kristianheljas for the Ansible docs fix!

samccann pushed a commit to samccann/ansible that referenced this pull request Jan 19, 2023
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)
nitzmahone pushed a commit that referenced this pull request Jan 19, 2023
* 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]>
@ansible ansible locked and limited conversation to collaborators Jan 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.15 docs_only All changes are to files within the docs/docsite/ directory docs This issue/PR relates to or includes documentation. small_patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants