Files
ansible/test/integration/targets/callback_default/callback_default.out.include_role_fails.stdout
64d74c9754 Register projections and action plugin dynamic host/group/var API (#86241)
* Register projections and action plugin variable API

Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Patrick Kingston <pkingsto@redhat.com>
2026-03-31 23:09:14 +00:00

18 lines
862 B
Plaintext

PLAY [testhost] ****************************************************************
TASK [include_role : does-not-exist] *******************************************
[ERROR]: The role 'does-not-exist' was not found in: TEST_PATH/roles:/<<HOMEDIR>>/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:TEST_PATH
Origin: TEST_PATH/test_include_role_fails.yml:5:15
3 tasks:
4 - include_role:
5 name: does-not-exist
^ column 15
fatal: [testhost]: FAILED! => {"changed": false, "msg": "The role 'does-not-exist' was not found in: TEST_PATH/roles:/<<HOMEDIR>>/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:TEST_PATH"}
PLAY RECAP *********************************************************************
testhost : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0