diff options
author | Matt Clay <mclay@redhat.com> | 2021-09-21 03:39:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 03:39:07 +0200 |
commit | 4ea8d9a7824827cf3d4a206599ffd7fe3a09eafd (patch) | |
tree | 57b4ea491f6f93b6b938037e28dca90098754ca2 /test/integration/targets/assert | |
parent | Add an `undef` global Jinja function (#75435) (diff) | |
download | ansible-4ea8d9a7824827cf3d4a206599ffd7fe3a09eafd.tar.xz ansible-4ea8d9a7824827cf3d4a206599ffd7fe3a09eafd.zip |
ansible-test - split controller/target testing (#75605)
Diffstat (limited to 'test/integration/targets/assert')
-rw-r--r-- | test/integration/targets/assert/aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/assert/aliases b/test/integration/targets/assert/aliases index 757c99661d..101793239a 100644 --- a/test/integration/targets/assert/aliases +++ b/test/integration/targets/assert/aliases @@ -1,2 +1,2 @@ shippable/posix/group3 -skip/aix +context/controller # this is a controller-only action, the module is just for documentation |