Skip to content

Commit df76885

Browse files
authored
Merge pull request #562 from elsamaryv/ansible-pkg-update
Update brew command to install Ansible
2 parents 26fb2b8 + d5222f2 commit df76885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
| dnf | `sudo dnf -y install @c-development libffi-devel postgresql-devel libxml2-devel libcurl-devel cmake python libssh2-devel` |
3333
| yum | `sudo yum -y install @development libffi-devel postgresql-devel libxml2-devel libcurl-devel cmake python libssh2-devel` |
3434
| apt | `sudo apt -y install build-essential libffi-dev libpq-dev libxml2-dev libcurl4-openssl-dev cmake python libssh2-1-dev` |
35-
| brew | `brew install cmake libssh2 iproute2mac` |
35+
| brew | `brew install cmake libssh2 iproute2mac ansible` |
3636

3737
On Fedora 41+ you have to also run `sudo dnf install -y openssl-devel-engine`
3838
On the mac, `iproute2mac` provides the `ip` command for `appliance_console`.

0 commit comments

Comments
 (0)