mirror of https://github.com/ansible/ansible.git
Modified files to use single quotes rather than double for file path. Powershell does not process $ variables in strings that are single quoted. Powershell DOES process $ variables that are in double quoted strings.
Using single quotes enables ansible to handle file paths that contain folders that start with $. (i.e. C:/Users/$admin/...)pull/14930/head
parent
286d91d722
commit
2aba1c211d
Loading…
Reference in New Issue