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:
parent
02046fdc0c
commit
8e10725cc3
1 changed files with 6 additions and 0 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue