Merge pull request #562 from rhatdan/hooks
Add support for running oci-hooks
This commit is contained in:
commit
b8a6d358e7
13 changed files with 365 additions and 1 deletions
|
@ -46,6 +46,9 @@
|
|||
- libgpg-error-devel
|
||||
- pkgconfig
|
||||
- skopeo-containers
|
||||
- oci-systemd-hook
|
||||
- oci-register-machine
|
||||
- oci-umount
|
||||
async: 600
|
||||
poll: 10
|
||||
when: (ansible_distribution == 'RedHat' or ansible_distribution == 'CentOS')
|
||||
|
@ -73,6 +76,9 @@
|
|||
- libgpg-error-devel
|
||||
- pkgconfig
|
||||
- skopeo-containers
|
||||
- oci-systemd-hook
|
||||
- oci-register-machine
|
||||
- oci-umount
|
||||
async: 600
|
||||
poll: 10
|
||||
when: ansible_distribution == 'Fedora'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue