Skip to content

Commit

Permalink
Remove PyYAML from packages to be installed
Browse files Browse the repository at this point in the history
This package is an alias to `python3-PyYAML` or `python3-pyyaml`
packages depending on Fedora release.

This alias is not valid in rawhide and the packages are already
installed by other jobs:

- https://github.com/freeipa/freeipa-pr-ci/blob/master/ansible/roles/machine/setup/tasks/install_packages.yml#L62
- https://github.com/freeipa/freeipa-pr-ci/blob/master/ansible/roles/machine/setup/tasks/install_packages.yml#L72

This was necessary to build new rawhide template:
https://app.vagrantup.com/freeipa/boxes/ci-master-frawhide/versions/0.0.10

Signed-off-by: Armando Neto <abiagion@redhat.com>
  • Loading branch information
netoarmando committed Dec 17, 2019
1 parent 9ce6c2b commit 6e69ab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/roles/machine/setup/tasks/install_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
dnf:
state: latest
name:
- PyYAML # ipa-vagrant-ci dependency
- vim
- NetworkManager
- xorg-x11-server-Xvfb
Expand Down

0 comments on commit 6e69ab9

Please sign in to comment.