Install dependency for ansible on Fedora from RPM
Closes #6 Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
2c1e709682
commit
b9198dcc7d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ deps:
|
|||
ansible-galaxy collection install community.general
|
||||
|
||||
fedora-deps:
|
||||
sudo dnf install -y ansible # ansible-collection-community-general
|
||||
sudo dnf install -y ansible ansible-collection-community-general
|
||||
|
||||
gpg:
|
||||
bash scripts/generate_gpg.sh
|
||||
|
|
Loading…
Reference in a new issue