Please, when writing up examples, test that they work as given and don't depend on the user knowing the "obvious" things you have left out.
"ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path. ...
"The offending line appears to be:
name: Configure server with ruby support for single user
^ here"
This is from quite exactly putting one of the example code fragments into the context of a larger, otherwise working script. I'm sure more experienced Ansible users will know why your fragments fail. I have "hosts" defined atop the file, and this section is under "tasks:". Why this should be "no action detected" eludes me. What has the example left out?
Please, when writing up examples, test that they work as given and don't depend on the user knowing the "obvious" things you have left out.
"ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path. ...
"The offending line appears to be:
This is from quite exactly putting one of the example code fragments into the context of a larger, otherwise working script. I'm sure more experienced Ansible users will know why your fragments fail. I have "hosts" defined atop the file, and this section is under "tasks:". Why this should be "no action detected" eludes me. What has the example left out?