switches from fedora to arch, reorg, etc
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
---
|
||||
- name: Pull Dotfiles Repository
|
||||
become: yes
|
||||
become_user: opal
|
||||
git:
|
||||
repo: "{{ dotfiles_repo }}"
|
||||
dest: "{{ dotfiles_dest }}"
|
||||
update: no
|
||||
|
||||
- name: Pull Cookbook Repository
|
||||
become: yes
|
||||
become_user: opal
|
||||
git:
|
||||
repo: "{{ cookbook_repo }}"
|
||||
dest: "{{ cookbook_dest }}"
|
||||
update: no
|
||||
|
||||
- name: Pull pfetch
|
||||
become: yes
|
||||
become_user: opal
|
||||
git:
|
||||
repo: "{{ pfetch_repo }}"
|
||||
dest: "{{ pfetch_dest }}"
|
||||
update: no
|
||||
|
||||
- name: Pull Org Files
|
||||
git:
|
||||
repo: "{{ org_repo }}"
|
||||
dest: "{{ org_dest }}"
|
||||
update: no
|
||||
|
||||
Reference in New Issue
Block a user