remove-env-file.yml 107 bytes
---
 - name: Remove the env file
   file: 
    path: "{{ env_file_deployment_location }}"
    state: absent