Skip to content

Commit 9bf6252

Browse files
committed
Add ansible-core to developer_setup install docs
`ansible-galaxy` is required for `rake db:seed` and is provided by the `ansible-core` apt and rpm packages.
1 parent 85b3fb2 commit 9bf6252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

developer_setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
| | |
3131
| ---- | --- |
32-
| dnf | `sudo dnf -y install @c-development libffi-devel postgresql-devel libxml2-devel libcurl-devel cmake python libssh2-devel` |
33-
| yum | `sudo yum -y install @development libffi-devel postgresql-devel libxml2-devel libcurl-devel cmake python libssh2-devel` |
34-
| apt | `sudo apt -y install build-essential libffi-dev libpq-dev libxml2-dev libcurl4-openssl-dev cmake python libssh2-1-dev` |
32+
| dnf | `sudo dnf -y install @c-development libffi-devel postgresql-devel libxml2-devel libcurl-devel cmake python libssh2-devel ansible-core` |
33+
| yum | `sudo yum -y install @development libffi-devel postgresql-devel libxml2-devel libcurl-devel cmake python libssh2-devel ansible-core` |
34+
| apt | `sudo apt -y install build-essential libffi-dev libpq-dev libxml2-dev libcurl4-openssl-dev cmake python libssh2-1-dev ansible-core` |
3535
| brew | `brew install cmake libssh2 iproute2mac ansible` |
3636

3737
On Fedora 41+ you have to also run `sudo dnf install -y openssl-devel-engine`

0 commit comments

Comments
 (0)