h2. What Re-running the installer playbook multiple times threw errors in:
1. Creating an admin user because the admin user already existed. 2. Provisioning the Openhift Ansible Broker (OAB) because it had been previously provisioned.
h2. How Improve installer playbook idempotency by adding in checks # check if admin user is already created # check if OAB has already been provisioned |
|