]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blob - roles/programming/python/tasks/main.yml
Add dir creation
[perso/Immae/Config/Ansible.git] / roles / programming / python / tasks / main.yml
1 ---
2 - name: Config dirs
3 file:
4 state: directory
5 path: "$XDG_CONFIG_HOME/{{ item }}"
6 loop:
7 - python
8 - name: Config file
9 copy:
10 src: startup_script.py
11 dest: $XDG_CONFIG_HOME/python/