Skip to content

Commit

Permalink
Add missing description to yum repository
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Dec 6, 2023
1 parent fe4636b commit c019d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- name: Configure yum repository
ansible.builtin.yum_repository:
name: Kubernetes
description: Kubernetes upstream repo
baseurl: "{{ _k8s_repo_url }}"
enabled: true
gpgkey: https://pkgs.k8s.io/core:/stable:/v1.28/rpm/repodata/repomd.xml.key
Expand Down

0 comments on commit c019d67

Please sign in to comment.