<div dir="ltr">Hi,<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 8, 2017 at 2:05 PM, hvjunk <span dir="ltr">&lt;<a href="mailto:hvjunk@gmail.com" target="_blank">hvjunk@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><div style="overflow-wrap: break-word;"><span class="gmail-"></span>&lt;quote&gt;<div><br></div><div><span class="gmail-"><div>[root@linked-clone-of-centos-<wbr>linux ~]# gdeploy -c t.conf</div><div>ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.</div><div><br></div></span><div>The error appears to have been in &#39;/tmp/tmpvhTM5i/pvcreate.yml&#39;: line 16, column 5, but may</div><span class="gmail-"><div>be elsewhere in the file depending on the exact syntax problem.</div><div><br></div><div>The offending line appears to be:</div><div><br></div><div>  # Create pv on all the disks</div><div>  - name: Create Physical Volume</div><div>    ^ here</div><div><br></div></span></div></div></blockquote><br></div><div class="gmail_quote">That is strange. Can you please give me the following output?<br><br></div><div class="gmail_quote">$ rpm -qa | grep deploy<br></div><div class="gmail_quote">$ rpm -qa | grep ansible<br><br></div><div class="gmail_quote">Because after your mail tested on my machine and things seem to be working. So, I&#39;m guessing<br></div><div class="gmail_quote">there could be very trivial setup/package issues here which is causing this.<br><br></div><div class="gmail_quote">Once you confirm that you are using gdeploy-2.0.2-6 and ansible-2.2 or higher. Can you please<br></div><div class="gmail_quote">perform the below steps to narrow down the error.<br><br></div><div class="gmail_quote">Maybe you can just trim your config file to contain just:<br><br><span class="gmail-im"><div>[hosts]</div><div>10.10.10.11</div><div>10.10.10.12</div><div>10.10.10.13</div><div><br></div><div>[backend-setup]</div><div>devices=/dev/sdb</div><div>mountpoints=/gluster/brick1</div><div>brick_dirs=/gluster/brick1/one</div></span><div>pools=pool1<br><br></div><div>And run the command:<br><br></div><div>$ gdeploy -c t.conf -k<br><br></div><div>The -k will ensure that your playbook temporary directory is not deleted.<br></div><div>You see a message like:<br><br>You can view the generated configuration files inside /tmp/tmp...<br><br></div><div>Please cd to that directory and run:<br><br></div><div>$ ansible-playbook -i ansible_hosts pvcreate.yml<br><br></div><div>Can you please let me know the results? We may have to take a closer look at your setup.<br><br></div><div>-sac<br></div><div><br></div></div><div class="gmail_quote"><br></div></div></div></div>