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

Document tags are not supported with task meta. #70590

Merged
merged 1 commit into from
Jul 14, 2020
Merged

Document tags are not supported with task meta. #70590

merged 1 commit into from
Jul 14, 2020

Conversation

bmillemathias
Copy link
Contributor

SUMMARY

Document meta is not able to be skipped tags

fixes #70338

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

meta

ADDITIONAL INFORMATION

@ansibot ansibot added affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team. utilities Utilities category labels Jul 13, 2020
@samdoran
Copy link
Contributor

We plan to make this actually work in #67508. It's a new feature, so it won't be backported. Once #67508 is merged, we need to remove this docs change from whatever version actually supports tags on meta now.

@samdoran samdoran removed the needs_triage Needs a first human triage before being processed. label Jul 14, 2020
@samdoran samdoran merged commit 40591d5 into ansible:devel Jul 14, 2020
@bmillemathias bmillemathias deleted the doc-no-skip-meta-70338 branch July 16, 2020 15:33
samccann pushed a commit to samccann/ansible that referenced this pull request Jul 16, 2020
acozine added a commit that referenced this pull request Jul 17, 2020
* Suggest ansible ad-hoc command while developing module (#70308)

If a local module has no documentation, the doc command will fail without any hints of what is wrong. Add another way to confirm the presence of a local module.
* Update docs/docsite/rst/dev_guide/developing_locally.rst

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 82e5d03)

* Update AWS Integration test docmentation (#70454)

(cherry picked from commit e1ba7dc)

* Update hacking/shippable docs.

The `--all` option downloads more than is needed for analyzing code coverage.

(cherry picked from commit fb7740a)

* Document that subversion module requires subversion (#70537)

(cherry picked from commit 64c2cb2)

* update documentation link to python 3 (#70509)

update the docs link for strftime on the filters page to point to the python3 docs

(cherry picked from commit f7db428)

* Update windows_winrm.rst (#70306)

gcc also needed to be installed alongside python-devel, krb5-devel, krb5-libs, and krb5-workstation.

(cherry picked from commit f4ea43c)

* updated requirements file for docs build (#70609)

(cherry picked from commit 38ccfb4)

* Clarify that index_var is 0 indexed (#70548)

A little further down the page is another index, ansible_loop.index, which shares a similar description but is 1 indexed.
Its zero indexed twin has a 0 suffix.

``ansible_loop.index``      The current iteration of the loop. (1 indexed)
``ansible_loop.index0``     The current iteration of the loop. (0 indexed)

To remove ambiguity around the usage of index_var, explicitly mention that this variable is 0 indexed.

(cherry picked from commit c410311)

* docs: update module development docs (#70594)

Update module development docs for flattened modules directory.

Fixes: #70261 (at least partially)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 20209c5)

* Doc: fix examples of changelog entries. (#70551)

(cherry picked from commit edcd1a1)

* Document tags are not supported with task meta. (#70590)

fixes #70338

(cherry picked from commit 40591d5)

* docs: update date format in removed_at_date (#70597)

removed_at_date requires YYYY-MM-DD format.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 375c6b4)

* partial update of community docs to reflect collections transition (#70488)

(cherry picked from commit f1f782f)

Co-authored-by: Michael Ritsema <michaelritsema@users.noreply.github.com>
Co-authored-by: Mark Chappell <mchappel@redhat.com>
Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Alan Rominger <arominge@redhat.com>
Co-authored-by: FloMiau <37121807+FloMiau@users.noreply.github.com>
Co-authored-by: mahadelmi <mahadelmi@cmail.carleton.ca>
Co-authored-by: Sayee <57951841+sayee-jadhav@users.noreply.github.com>
Co-authored-by: Karl Goetz <goetzk@users.noreply.github.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
@ansible ansible locked and limited conversation to collaborators Aug 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. module This issue/PR relates to a module. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team. utilities Utilities category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tags can not be used to skip the Meta module
3 participants