chaitanyaenr / ocp-automation

Collection of scripts and playbooks to install and configure OpenShift 4.0 on RHCOS
0 stars 5 forks source link

Update regexp to avoid duplicate ansible.cfg entries #9

Closed mffiedler closed 5 years ago

mffiedler commented 5 years ago

Running the ocp.yml playbook twice results in extra lines in ansible.cfg. Remove the # from the regexp since it won't exist the second time the playbook is run.

@chaitanyaenr PTAL