added git, services, role-template-dir, copr
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
---
|
||||
- name: Pull Dotfiles Repository
|
||||
git:
|
||||
repo: "{{ dotfiles_repo }}"
|
||||
dest: "{{ dotfiles_dest }}"
|
||||
update: no
|
||||
|
||||
- name: Pull Cookbook Repository
|
||||
git:
|
||||
repo: "{{ cookbook_repo }}"
|
||||
dest: "{{ cookbook_dest }}"
|
||||
update: no
|
||||
|
||||
- name: Pull pfetch
|
||||
git:
|
||||
repo: "{{ pfetch_repo }}"
|
||||
dest: "{{ pfetch_dest }}"
|
||||
update: no
|
||||
|
||||
- name: Pull Doom Emacs
|
||||
git:
|
||||
repo: "{{ doom_emacs_repo }}"
|
||||
dest: "{{ doom_emacs_dest }}"
|
||||
update: no
|
||||
Reference in New Issue
Block a user