Skip to content

Commit

Permalink
FAQ Update (fixes #118) (#120)
Browse files Browse the repository at this point in the history
Add instructions to solve the failure when provisioning F5 Workshop from mac.
  • Loading branch information
victorock authored and IPvSean committed Nov 8, 2018
1 parent fbffe2a commit 7822276
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}' <ommited>/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
```

0 comments on commit 7822276

Please sign in to comment.