- Use zuul_return fake module to make ansible lint happy, this allows
to remove Zuul import.
- While ansible-lint 4.2.0 is now able to detect playbooks/roles, this
is broken, so don't use it
- move its config out of tox.ini so it can be used by any tools, or
without tox
Change-Id: Ie8935f47db855647e19ae091044e5ac1871f1551
Co-Authored-By: Sorin Sbarnea <ssbarnea@redhat.com>
Co-Authored-By: Andreas Jaeger <aj@suse.com>
The file module with recurse goes to the bad place when the content has
a symlink to '.'. Rather than fighting it - just use chmod -R, which
does what we want.
Change-Id: Ied4cc2a7e252db555ffdc3f1fd47edaf93b666da
Ansible 2.5 changed the default value of follow to true.
We don't want to follow symlinks here, so set follow to false directly.
Needed-By: https://review.openstack.org/551989/
Change-Id: I858f328118a301d648bef485cc606a7fd6364ada