Sigul uses gpg1 from builder-rpms repo
This commit is contained in:
parent
9d334067b1
commit
4ac79c102b
2 changed files with 16 additions and 0 deletions
|
@ -1,11 +1,21 @@
|
|||
---
|
||||
|
||||
- name: put builder-repo on system
|
||||
action: copy src=$files/sign/$item dest=/etc/yum.repos.d/$item
|
||||
with_items:
|
||||
- builder-rpms.repo
|
||||
only_if: '$is_rhel'
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
||||
- name: install sigul
|
||||
action: yum state=installed name=$item
|
||||
with_items:
|
||||
- sigul
|
||||
- ntp
|
||||
- ntpdate
|
||||
- gpg1
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue