Skip to content

Commit

Permalink
Update dependency docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Apr 23, 2017
1 parent 1455534 commit 5c7ea4d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,7 @@
- Revert local_action tasks
- They are broken in every case I tested, and connection local is perfectly
valid for running things on the local host -_-

## v1.5.4

- Update documentation on new netaddr dependency :sweat:
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,24 @@ differences across distributions:

## Dependencies

> **NOTE**: Read these before executing the role to avoid certain frequently
encountered issues which are resolved by installing the correct dependencies.

### `gtar`

Ansible requires GNU tar and this role performs some local use of the
unarchive module, so ensure that your system has `gtar` installed.

### Python netaddr

The role depends on `python-netaddr` so:

```
pip install netaddr
```

on the Ansible control host prior to executing the role.

## Example Playbook

Basic installation is possible using the included `site.yml` playbook:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.3
v1.5.4

0 comments on commit 5c7ea4d

Please sign in to comment.