Commit 2b4c122f authored by nanahira's avatar nanahira

fix ansible base

parent 8a298fb3
---
- hosts: worker
remote_user: nanahira
roles:
- init
#roles:
# - init
tasks:
- name: ssh
copy:
......@@ -21,6 +21,11 @@
autoremove: true
purge: true
state: absent
- name: install ansible base
become: true
pip:
name: ansible-base
state: latest
- name: install pip packages
become: true
pip:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment