RAVINOR directories added
This commit is contained in:
parent
a5f1a76db4
commit
204c675638
1 changed files with 20 additions and 0 deletions
|
@ -11,3 +11,23 @@ dependencies:
|
|||
|
||||
#TODO Writable d:\RAVINOR directory
|
||||
|
||||
- name: Create RAVINOR directory
|
||||
win_file:
|
||||
path: "D:\\RAVINOR"
|
||||
state: directory
|
||||
|
||||
- name: Create RAVINOR CubeIDE_Workspace directory
|
||||
win_file:
|
||||
path: "D:\\RAVINOR\\CubeIDE_Workspace"
|
||||
state: directory
|
||||
|
||||
- name: Create RAVINOR Delo directory
|
||||
win_file:
|
||||
path: "D:\\RAVINOR\\Delo"
|
||||
state: directory
|
||||
|
||||
- name: Create RAVINOR Logisim directory
|
||||
win_file:
|
||||
path: "D:\\RAVINOR\\Logisim"
|
||||
state: directory
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue