The conditions required to enter the kernel args configuration block have been refactored.
The regular expression that checks for the edpm_kernel_args variable value presence in the command line arguments has been rewritten to intercept the substrings of the same parameters.
Also, the molecule test for this particular scenario, kernelargs-update-substring has been rewritten to catch these kind of errors.
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/openstack-k8s-operators/edpm-ansible/blob/main/OWNERS)~~ [jpodivin,rebtoor]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
The conditions required to enter the kernel args configuration block have been refactored.
The regular expression that checks for the
edpm_kernel_args
variable value presence in the command line arguments has been rewritten to intercept the substrings of the same parameters.Also, the molecule test for this particular scenario,
kernelargs-update-substring
has been rewritten to catch these kind of errors.