The position of argument is mandatory: bug or missing docs?

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 :smiley:

When you said it failed, can you please include output of how it failed?

Argument order should not play a factor here.

I make a test playbook.. and it work!
Sorry, maybe I made much tests on the same machine without restart it.

You can consider this "bug" unreproducible.

Bye
       Marco