File Content
Expecting
file_content:
- name: "Verify webservice entry in /etc/hosts"
file: "/etc/hosts"
expected: "my-webservice x.x.x.x"Not Expecting
file_content:
- name: "Verify webservice entry not in /etc/hosts"
file: "/etc/hosts"
not_expected: "my-webservice x.x.x.x"Last updated