ansible-community / protogen

(Archived) Protogen :: Sample on how to write maintainable Ansible content
MIT License
22 stars 2 forks source link

Enable run of ansible-test #9

Closed ssbarnea closed 3 years ago

ssbarnea commented 3 years ago

When make is called without arguments it prints available options:

$ make                                                                                                                          [14:56:30]
Usage: make <target>
 * 'build' - Builds collection
 * 'coverage' - code coverage management and reporting [NOT-IMPLEMENTED]
 * 'env' -  show information about the test environment
 * 'install' - Installs collection
 * 'integration' - posix integration tests [NOT-IMPLEMENTED]
 * 'lint' - Lints the code
 * 'molecule' - Runs molecule 'default' scenario
 * 'network-integration' - network integration tests [NOT-IMPLEMENTED]
 * 'sanity' - Runs ansible-test sanity
 * 'shell' - open an interactive shell
 * 'test' - Runs ansible-test
 * 'units' - Runs ansible-test units [NOT-IMPLEMENTED]
 * 'windows-integration' - windows integration tests [NOT-IMPLEMENTED]