mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Add RHEL support subscription registration (#6572)
This commit is contained in:
4
roles/bootstrap-os/handlers/main.yml
Normal file
4
roles/bootstrap-os/handlers/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: RHEL auto-attach subscription
|
||||
command: /sbin/subscription-manager attach --auto
|
||||
become: true
|
||||
Reference in New Issue
Block a user