Remove main task
This commit is contained in:
parent
ad6c1dedfe
commit
e28e2eec11
2 changed files with 0 additions and 6 deletions
|
|
@ -17,7 +17,6 @@
|
|||
roles:
|
||||
- common
|
||||
tasks:
|
||||
- import_tasks: 'tasks/main.yml'
|
||||
- import_tasks: 'tasks/dotfiles.yml'
|
||||
- import_tasks: 'tasks/neovim.yml'
|
||||
- name: gather package facts
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
- name: create development dir
|
||||
file:
|
||||
path: '{{ ansible_env.HOME }}/development'
|
||||
state: directory
|
||||
mode: '0755'
|
||||
Loading…
Add table
Add a link
Reference in a new issue