xebia / mobilehacktools

A repository for scripting a mobile attack toolchain
MIT License
63 stars 15 forks source link

The stdout is a bit dramatic about a package not being installed #35

Closed meetinthemiddle-be closed 5 years ago

meetinthemiddle-be commented 6 years ago

Error below is shown in red from the second line onward. As this is default Ansible behaviour, please document in the readme that this is "normal".

TASK [check if FF is installed] ************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": "ls /Applications/Firefox.app", "delta": "0:00:00.008017", "end": "2018-09-06 04:04:53.078721", "msg": "non-zero return code", "rc": 1, "start": "2018-09-06 04:04:53.070704", "stderr": "ls: /Applications/Firefox.app: No such file or directory", "stderr_lines": ["ls: /Applications/Firefox.app: No such file or directory"], "stdout": "", "stdout_lines": []}
...ignoring
commjoen commented 5 years ago

fixed in #44