Description of problem: Duplicate "[OSEv3:children]" in document. Found two group named "OSEv3:children" in "/usr/share/ansible/openshift-ansible/playbooks/aws/README.md" Version-Release number of the following components: openshift-ansible-3.7.0-0.127.0.git.0.b9941e4.el7 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: # grep -nir "openshift-ansible inventory file" -A 12 /usr/share/ansible/openshift-ansible/playbooks/aws/README.md 82:In order to create the bootstrap-able AMI we need to create an openshift-ansible inventory file. This file enables us to create the AMI using the openshift-ansible node roles. The exception here is that there will be no hosts specified by the inventory file. Here is an example: 83- 84-```ini 85-[OSEv3:children] 86-masters 87-nodes 88-etcd 89- 90-[OSEv3:children] 91-masters 92-nodes 93-etcd 94- Expected results: Should only have one "[OSEv3:children]" here. Additional info:
This was fixed here: https://github.com/openshift/openshift-ansible/commit/afd3d08a280ffce6ce63c4e3532fc16f4b46d4bc#diff-6cfebaf4e15c6e85a89c301ab20b561b
Verified with version openshift-ansible-3.7.0-0.189.0.git.0.d497c5e.el7, there is no duplicate group in README.md.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188