[component-groups] - Ansible

Follow up to breaking change PR [https://github.com/patternfly/react-component-groups/pull/313]

The Ansible has been renamed to Ansible support, also there is an unsupported state prop change

Required actions:

  • rename Ansible to AnsibleSupport
  • rename unSupported flag to isSupported (true by default)

replace unsupported={true} with isSupported={false}
replace unsupported={1} with isSupported={false}
replace unsupported with isSupported={false}
replace unsupported={0} with
replace unsupported={false} with