Hello,
after a day of test using ansible 0.7 (checkout today) i find this "bug":
WORK:
- name: deploy test application
action: file path=/var/www/test owner=www-data group=www-data
state=directory
FAIL:
- name: deploy test application
action: file path=/var/www/test state=directory owner=www-data
group=www-data
(tested on Ubuntu 12.04).
The position of argument is mandatory or is a bug? I search on docs
(andd googled) but I and can't find reference on this requerement.
Bye
Marco
PS: I don't open bug on GitHub because I'm not sure is a bug