Add missing ansible-freeipa package for CI
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
59717b009d
commit
d530dfb078
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue