mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 13:39:48 +08:00
Add missing ansible-freeipa package for CI
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Install ansible-review
|
||||
- name: Install packages
|
||||
package:
|
||||
name: python3-ansible-review
|
||||
name:
|
||||
- ansible-freeipa
|
||||
- python3-ansible-review
|
||||
state: latest
|
||||
|
||||
- name: Install invocation script
|
||||
|
||||
Reference in New Issue
Block a user