UKCloud / openshift-deployment-ansible

3 stars 1 forks source link

Idempotency issue with DNS playbook #72

Closed stevemul closed 6 years ago

stevemul commented 6 years ago

This task isn't idempotent and leads to multiple entries of the same managed block, which in turn causes bind to fail to start on a restart or in the event of failure. This needs to be made idempotent.

https://github.com/UKCloud/openshift-deployment-ansible/blob/82c98f287c7695b263e150a321cc53aa345d5d9f/roles/dns/tasks/dns_common.yml#L45

stevemul commented 6 years ago

fixed with #76