Closed meetinthemiddle-be closed 5 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
fixed in #44
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".