switches from fedora to arch, reorg, etc

This commit is contained in:
2022-11-21 23:06:28 -08:00
parent 23c399f9e7
commit 6b7b19e108
14 changed files with 87 additions and 177 deletions

View File

@@ -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