file_lines_absent
Ensure that a line is absent in a specific location.
⚙️ Compatible targets: Linux, Windows
Parameters
Name | Documentation |
---|---|
path | File name to edit (absolute path on the target node). This parameter is required. |
lines | Line(s) to remove in the file. This parameter is required. |
Example
method: file_lines_absent
params:
path: VALUE
lines: VALUE
Documentation
Edit the file, and ensure it does not contain the defined line. Regular expression can be used for both the file name and the lines absent.