You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/callback_default/callback_default.out.includ...

13 lines
477 B
Plaintext

+ ansible-playbook -i inventory test_include_role_fails.yml
++ set +x
ERROR! the role 'does-not-exist' was not found in TEST_PATH/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:TEST_PATH
The error appears to be in 'TEST_PATH/test_include_role_fails.yml': line 5, column 15, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- include_role:
name: does-not-exist
^ here