telus / ansible-php

Ansible Role for PHP
MIT License
1 stars 10 forks source link

Install leaves phpunit.phar.asc file in the playbooks directory #13

Closed Petrox closed 8 years ago

Petrox commented 8 years ago

In my current setup, ansible is under subversion control, so leaving artifacts/temporary files under the playbook dir is not just unelegant, but also it brakes idempotemcy.

after running

$ ansible-playbook playbooks/localdev.yml

...

$ svn st
?       playbooks/phpunit.phar.asc

So I believe the script should clean up after itself.

Petrox commented 8 years ago

https://github.com/telusdigital/ansible-php/pull/14