when creating an array, I add a check for each array that the array has already been created
previously only the first array was checked, and the second array was not created if the first array was already created earlier, during previous playbook launches
improve the work on creating mdamd.conf so that playbook makes changes only for the arrays it controls. otherwise there may be problems with arrays already in the system.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Chore (non-breaking change that does not add functionality or fix an issue)
Checklist:
[x] I have read the CONTRIBUTING document.
[x] I have run the pre-merge tests locally and they pass.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
Improving on two things:
when creating an array, I add a check for each array that the array has already been created previously only the first array was checked, and the second array was not created if the first array was already created earlier, during previous playbook launches
improve the work on creating mdamd.conf so that playbook makes changes only for the arrays it controls. otherwise there may be problems with arrays already in the system.
Types of changes
Checklist: