role deploy use pip install package netaddr

pull/708/head
jiang_gw 2019-09-03 09:32:25 +08:00 committed by jmgao
parent 468a96ccc3
commit d7b0212f4d
1 changed files with 4 additions and 0 deletions

View File

@ -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