Skip to content

Commit

Permalink
role deploy use pip install package netaddr
Browse files Browse the repository at this point in the history
  • Loading branch information
jiang_gw authored and gjmzj committed Sep 8, 2019
1 parent 468a96c commit d7b0212
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,7 @@
- name: ansible 控制端创建 kubectl 软链接
file: src={{ base_dir }}/bin/kubectl dest=/usr/bin/kubectl state=link
ignore_errors: true

- name: pip install netaddr
pip:
name: netaddr

0 comments on commit d7b0212

Please sign in to comment.