copr-hypervisor: more convenient reboot trigger

If we want to reboot all x86 machines, it is enough to do:
$ sudo rbac-playbook groups/copr-hypervisor.yml -l '*x86*' -k reboot_copr_hypervisor
This commit is contained in:
Pavel Raiskup 2023-08-22 08:46:17 +02:00
parent 02046fdc0c
commit 8e10725cc3

View file

@ -1,4 +1,10 @@
---
- name: Unconditionally reboot the machine with all defaults
ansible.builtin.reboot:
tags:
- never
- reboot_copr_hypervisor
- name: OpenStack package repository for RHEL8, noarch only
copy:
content: |