mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 16:15:12 +02:00
* Register projections and action plugin variable API Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Patrick Kingston <pkingsto@redhat.com>
18 lines
862 B
Plaintext
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
|
|
|