How to disable `gather_facts` and cowsays in `ansible-test integration`

Fact gathering can be disabled in individual integration tests by adding gather_facts/no to the aliases file for that test.

Currently the only way to prevent cowsay from being used is to ensure it’s not present on the system running the tests. The --docker option is one way to accomplish that.

2 Likes