main.yml 311 B

1234567891011121314151617
  1. galaxy_info:
  2. role_name: condensed_output
  3. author: Emmanuel Bouthenot <kolter@openics.org>
  4. description: Provides a stdout callback plugin with a condensed output
  5. license: BSD-3-Clause
  6. min_ansible_version: 2.6
  7. platforms: all
  8. galaxy_tags:
  9. - stdout
  10. - callback
  11. - print
  12. dependencies: []