init commit
This commit is contained in:
15
tasks/purge-defaults.yaml
Normal file
15
tasks/purge-defaults.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
- name: Create the purge path
|
||||
file:
|
||||
path: "{{ archive_path }}"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: Move default projects
|
||||
shell: |
|
||||
mv {{ project_path }}/{{ item }} {{ archive_path }}
|
||||
ignore_errors: true
|
||||
loop: "{{ default_projects }}"
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user