Skip to content

Commit 940152c

Browse files
added gather_facts/(yes/no) (#1003)
* added `gather_facts/(yes/no)` Co-authored-by: Don Naro <[email protected]>
1 parent ef30841 commit 940152c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ There are several other aliases available as well:
9898
- ``destructive`` - Requires ``--allow-destructive`` to run without ``--docker`` or ``--remote``.
9999
- ``hidden`` - Target is ignored. Usable as a dependency. Automatic for ``setup_`` and ``prepare_`` prefixed targets.
100100
- ``retry/never`` - Target is excluded from retries enabled by the ``--retry-on-error`` option.
101+
- ``gather_facts/yes`` - Enables gathering facts before running the target (default option).
102+
- ``gather_facts/no`` - Disables gathering facts before running the target.
101103

102104
Unstable
103105
--------

0 commit comments

Comments
 (0)