Built-in tests¶
Handler¶
Readme¶
-
class
ansibleci.tests.readme.Readme(runner)[source]¶ Test to check if all roles have a Readme file in place.
If the
README_CHECK_DEFAULTSconfig flag is set toTrue, then it will also check if the role’s default variables (i.e.defaults/*) are mentioned in the role’s Readme file.The name of the Readme file is controled with the
README_FILENAMEconfig variable.