Skip to content

Commit

Permalink
Added task to install the kubernetes python library
Browse files Browse the repository at this point in the history
  • Loading branch information
Soufiane Jounaid committed Jun 18, 2024
1 parent fa64ea5 commit 4e54797
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/k3s/tasks/config-k3s-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@
daemon_reload: yes
state: started
enabled: yes

- name: Install Kubernetes Python client
become: true
pip:
name: kubernetes
state: present

0 comments on commit 4e54797

Please sign in to comment.