You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
419 B

- become: true
become_user: "{{my_user}}"
file:
path: "{{ item }}"
state: directory
loop:
- ~/Documents
- ~/Documents/Code
- ~/Documents/Code/BOLIDEN
- ~/Documents/Code/GERSTNER
- ~/Documents/Code/REPLYTO
- ~/Documents/Code/RISE
- ~/Documents/Code/VOLVOCARS
- ~/Documents/Code/VOLVOFINANS
name: Create Main Code folder
tags:
- git
- productivity
- dotfiles