The issue I am having is that Ansible is not properly updated when installing, and because only 1.7 supports run_once the user will receive the following error:
ERROR: run_once is not a legal parameter in an Ansible task or handler
To fix this issue I am running the following commands to install the latest version of Ansible:
These commands will thus replace step 2, 3, and (partially) 4 on the Readme.MD.
Note: sotware-properties-common is the same as python-software-properties but for newer ubuntu distributions and is required to run apt-add-repository.
Off-topic: Not trying to fill your inbox with issues, but I am currently writing a Wordpress Deployment guide and one of the options is to use EasyEngine or your HGV - so you might hear from me so now and then ;).
The issue I am having is that Ansible is not properly updated when installing, and because only 1.7 supports
run_once
the user will receive the following error:ERROR: run_once is not a legal parameter in an Ansible task or handler
To fix this issue I am running the following commands to install the latest version of Ansible:
These commands will thus replace step 2, 3, and (partially) 4 on the Readme.MD.
Note:
sotware-properties-common
is the same aspython-software-properties
but for newer ubuntu distributions and is required to runapt-add-repository
.Off-topic: Not trying to fill your inbox with issues, but I am currently writing a Wordpress Deployment guide and one of the options is to use EasyEngine or your HGV - so you might hear from me so now and then ;).