( is a bit
confusing to need to run a playbook that will install ansible and install
the cron for you and the doc doesn't really say that you need the playbook
to be local.yml and that you need to run it with --conection=local for the
initial setup and then you don't need anymore that playbook and some other
details).
Which file are you referring to, the online docs or the example playbook file?
Anyhow the question that I have is that I get this error every time that I
update the local.yml in the git repo :Sep 11 06:21:09 ubuntu-oneiric ansible-apt: Invoked with pkg=nginx
state=removed
cmd=ansible all -c local -m git -a
"repo=git://github.com/jamengual/ansible-vagrant.git
dest=/var/lib/ansible/local version=HEAD"
localhost | FAILED >> {
"failed": true,
"msg": "fatal: destination path '/var/lib/ansible/local' already exists
and is not an empty directory.\n"
}
What version of ansible are you using? I do not see this string
"(already exists and)" in 0.8 or the latest 0.7.