diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:38:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:38:37 +0000 |
commit | 23e67a23a7b57fa5cb6fc92bd0843c3707d56ef9 (patch) | |
tree | 88110359f0deb3bb263ade4ed0e888da6b7fdea4 /test/roles | |
parent | Adding upstream version 24.5.1. (diff) | |
download | python-ansible-compat-23e67a23a7b57fa5cb6fc92bd0843c3707d56ef9.tar.xz python-ansible-compat-23e67a23a7b57fa5cb6fc92bd0843c3707d56ef9.zip |
Adding upstream version 24.6.0.upstream/24.6.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/roles')
-rw-r--r-- | test/roles/acme.missing_deps/requirements.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/roles/acme.missing_deps/requirements.yml b/test/roles/acme.missing_deps/requirements.yml index 53c5937..58d68f1 100644 --- a/test/roles/acme.missing_deps/requirements.yml +++ b/test/roles/acme.missing_deps/requirements.yml @@ -1,2 +1,4 @@ collections: - foo.bar # collection that does not exist, so we can test offline mode +roles: + - this_role_does_not_exist # and also role that does not exist |