Browse Source

Import centos bootstrap os task for Alma/Rocky Linux (#12264)

pull/12281/head
Christos Papageorgiou 4 months ago
committed by GitHub
parent
commit
a9f600ffa2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions
  1. 3
      roles/bootstrap_os/tasks/almalinux.yml
  2. 3
      roles/bootstrap_os/tasks/rocky.yml

3
roles/bootstrap_os/tasks/almalinux.yml

@ -0,0 +1,3 @@
---
- name: Import Centos boostrap for Alma Linux
import_tasks: centos.yml

3
roles/bootstrap_os/tasks/rocky.yml

@ -0,0 +1,3 @@
---
- name: Import Centos boostrap for Rocky Linux
import_tasks: centos.yml
Loading…
Cancel
Save