Make sure not to run ansible procedure in check mode#14395
Conversation
|
Skipping CI for Draft Pull Request. |
b7f7878 to
602762e
Compare
|
@teacup-on-rockingchair Why shouldn't these tasks be run in check mode? Does it produce any problems or fails? What specific failure did you encoutner? Ansible's systemd module already supports check mode natively. When Ansible runs in check mode, the tasks would report what would change without actually making changes. |
Yes it was raising errors |
1537c1c to
0a13186
Compare
Description:
Rationale: