Skip to content

Commit 9abb60b

Browse files
authored
Add note to README.md for known issue on MacOS (#296)
1 parent b3690aa commit 9abb60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Using the **collections** lookup plugin at the task level
201201
vars:
202202
query_result: "{{ query('netbox.netbox.nb_lookup', 'sites', api_endpoint='http://localhost:32768', token='0123456789abcdef0123456789abcdef01234567') }}"
203203
```
204+
>Note that if you are on MacOS and are running into ```ERROR! A worker was found in a dead state``` errors, try running the playbook with a ```env no_proxy='*'``` tag in front of the playbook. This is a known issue with MacOS as per this reference: https://github.com/ansible/ansible/issues/32554#issuecomment-642896861
204205

205206
### Using **nb_inventory** Within AWX/Tower
206207

0 commit comments

Comments
 (0)