File Exists
Existing
file_exists:
- name: "SSH Private Key exists"
file: "/var/www/.ssh/id_rsa"
expected: 1Not Existing
file_exists:
- name: "SSH Private Key must not exist"
file: "/var/www/.ssh/id_rsa"
expected: 0Last updated