Files
community.general/test/integration
Yanis Guenane 05477412ba Enforce the _raw_params variable with include_role (#26430)
Currently, when using this test, it fails with the following error
message:

> AttributeError: 'NoneType' object has no attribute 'rfind'

This is because there is no _raw_params value for parent_include.args
here
https://github.com/ansible/ansible/blob/devel/lib/ansible/playbook/included_file.py#L104

This commit ensure the value is specified so it can be reused and hence
not fail at this specific line.
2017-07-05 15:53:10 +01:00
..
2015-05-04 23:45:03 -04:00
2017-05-30 18:05:19 +01:00
2017-05-30 18:05:19 +01:00
2017-05-30 18:05:19 +01:00
2015-11-18 20:47:54 +10:00
2017-06-01 11:17:49 -04:00
2015-06-18 13:08:35 -05:00
2017-05-30 18:05:19 +01:00