Commit fef2c0c5 authored by nanahira's avatar nanahira

updates

parent 6c5aa00f
--- ---
- hosts: worker - hosts: worker
remote_user: nanahira remote_user: nanahira
roles:
- init
tasks: tasks:
- name: ssh - name: ssh
copy: copy:
...@@ -19,7 +21,7 @@ ...@@ -19,7 +21,7 @@
autoremove: true autoremove: true
purge: true purge: true
state: absent state: absent
- name: install ansible - name: install pip packages
become: true become: true
pip: pip:
name: ansible,awscli name: ansible,awscli
......
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