Skip to content

Commit

Permalink
changed setup repo to support arm and x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
resoluteCoder authored Aug 22, 2023
1 parent bcc9322 commit e63eb0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/setup_server/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
vars:
rhc_repositories:
- {name: "*", state: disabled}
- {name: "rhel-{{ ansible_distribution_major_version }}-for-x86_64-appstream-rpms", state: enabled}
- {name: "rhel-{{ ansible_distribution_major_version }}-for-x86_64-baseos-rpms", state: enabled}
- {name: "rhel-{{ ansible_distribution_major_version }}-for-{{ ansible_architecture }}-appstream-rpms", state: enabled}
- {name: "rhel-{{ ansible_distribution_major_version }}-for-{{ ansible_architecture }}-baseos-rpms", state: enabled}
ansible.builtin.include_role:
name: fedora.linux_system_roles.rhc
when:
Expand Down

0 comments on commit e63eb0c

Please sign in to comment.