Compare commits

..

1 Commits

Author SHA1 Message Date
87e0159e88 Move main.yaml to tasks.yaml 2021-11-19 22:12:17 +00:00

View File

@ -1,5 +1,5 @@
---
- name: Python install pip packages
- name: python install pip packages
pip:
name: '{{item}}'
state: latest
@ -14,7 +14,7 @@
- python-gist
- yapf
- name: Python create symbolic links
- name: python create symbolic links
file:
state: link
src: '{{item.src}}'