mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Import centos bootstrap os task for Alma/Rocky Linux (#12264)
This commit is contained in:
committed by
GitHub
parent
3454cd2c69
commit
a9f600ffa2
3
roles/bootstrap_os/tasks/almalinux.yml
Normal file
3
roles/bootstrap_os/tasks/almalinux.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: Import Centos boostrap for Alma Linux
|
||||
import_tasks: centos.yml
|
||||
3
roles/bootstrap_os/tasks/rocky.yml
Normal file
3
roles/bootstrap_os/tasks/rocky.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: Import Centos boostrap for Rocky Linux
|
||||
import_tasks: centos.yml
|
||||
Reference in New Issue
Block a user