New to Ansible. Looking to copy a single file from a public git repo to a project, with the condition that the file should only be copied from the repo if it doesn’t exist in the destination. How would i go about doing this in Ansible? the
New to Ansible. Looking to copy a single file from a public git repo to a project, with the condition that the file should only be copied from the repo if it doesn’t exist in the destination. How would i go about doing this in Ansible? the