sabriedd / cuckoo-ansible

ansible playbook to install cuckoo sandbox
7 stars 2 forks source link

error when running the playbook for the second time #1

Closed sabriedd closed 9 years ago

sabriedd commented 9 years ago

after a first play, ansible wont pass

TASK: [yara | configure yara] ************************************************* 
failed: [127.0.0.1] => {"changed": true, "cmd": ["./configure", "--enable-cuckoo"], "rc": 1, "warnings": []}
stderr: chmod: changing permissions of './config.status': Operation not permitted
configure: error: write failure creating ./config.status
sabriedd commented 9 years ago

The first time we build python-yara, git wont pull the second time

TASK: [ssdeep | clone pydeep repository] ************************************** 
failed: [127.0.0.1] => {"failed": true}
msg: Local modifications exist in repository (force=no).

FATAL: all hosts have already failed -- aborting