We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gather_facts/(yes/no)
1 parent ef30841 commit 940152cCopy full SHA for 940152c
docs/docsite/rst/dev_guide/testing/sanity/integration-aliases.rst
@@ -98,6 +98,8 @@ There are several other aliases available as well:
98
- ``destructive`` - Requires ``--allow-destructive`` to run without ``--docker`` or ``--remote``.
99
- ``hidden`` - Target is ignored. Usable as a dependency. Automatic for ``setup_`` and ``prepare_`` prefixed targets.
100
- ``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.
103
104
Unstable
105
--------
0 commit comments