ctyunos.yml 259 B

1234567891011
  1. ---
  2. - name: Set yaml repo os_name
  3. set_fact:
  4. yum_os_distribution: 'openeuler'
  5. yum_os_version: '22.03'
  6. - name: Include RedHat General Repo Init
  7. include_tasks: ctyunos-repo.yml
  8. - name: Include RedHat Family Common Tasks
  9. include_tasks: redhat.yml