Skip to content

Commit

Permalink
added gather_facts/(yes/no) (#1003) (#1045)
Browse files Browse the repository at this point in the history
* added `gather_facts/(yes/no)`

Co-authored-by: Don Naro <dnaro@redhat.com>
(cherry picked from commit 940152c)

Co-authored-by: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com>
  • Loading branch information
patchback[bot] and sumanth-lingappa committed Jan 18, 2024
1 parent 6820801 commit de91530
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ There are several other aliases available as well:
- ``destructive`` - Requires ``--allow-destructive`` to run without ``--docker`` or ``--remote``.
- ``hidden`` - Target is ignored. Usable as a dependency. Automatic for ``setup_`` and ``prepare_`` prefixed targets.
- ``retry/never`` - Target is excluded from retries enabled by the ``--retry-on-error`` option.
- ``gather_facts/yes`` - Enables gathering facts before running the target (default option).
- ``gather_facts/no`` - Disables gathering facts before running the target.

Unstable
--------
Expand Down

0 comments on commit de91530

Please sign in to comment.