Skip to content

Commit a6b51f5

Browse files
committed
Add ansible-core to ubuntu/debian apt install
`ansible-galaxy` is required for `rake db:seed` and is provided by the `ansible-core` apt package.
1 parent 85b3fb2 commit a6b51f5

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
@@ -31,7 +31,7 @@
3131
| ---- | --- |
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` |
34-
| apt | `sudo apt -y install build-essential libffi-dev libpq-dev libxml2-dev libcurl4-openssl-dev cmake python libssh2-1-dev` |
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)