main.yml 343 B

123456789101112131415161718
  1. ---
  2. galaxy_info:
  3. author: Troy Dawson
  4. description: Expand partition and filesystem to fill free space on disks.
  5. company: Red Hat, Inc.
  6. license: license (Apache)
  7. min_ansible_version: 1.4
  8. platforms:
  9. - name: EL
  10. versions:
  11. - 7
  12. - name: Fedora
  13. versions:
  14. - all
  15. categories:
  16. - openshift
  17. - cloud
  18. dependencies: []