From 79de660a68157ab103e3edec1faaac2f6a4e38e0 Mon Sep 17 00:00:00 2001 From: Victor da Costa Date: Thu, 8 Nov 2018 12:12:27 +0000 Subject: [PATCH] FAQ Update (fixes #118) Add instructions to solve the failure when provisioning F5 Workshop from mac. --- docs/faq.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 6f380e421..ade0d6cfa 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -114,3 +114,16 @@ Ansible Tower stores job templates under the projects folder in the awx home dir ``` cd into the relevant project folder and execute the Playbook from the command line to run the playbook exactly how it was run from Ansible Tower. This will hopefully let you see an error or problem you were not aware of via the Tower GUI. + +## Problem: F5 Workshop provisioner fails on mac + +``` +TASK [f5_setup : Install AS3] ******************************************************************************* +fatal: [TESTWORKSHOP-student1-f5]: FAILED! => {"changed": false, "cmd": "rpm -qp --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}' /linklight/provisioner/roles/f5_setup/files/f5-appsvcs-3.4.0-2.noarch.rpm", "msg": "[Errno 2] No such file or directory", "rc": 2} +``` + +### Solution: + +``` +$ brew install rpm +``` \ No newline at end of file