pushing fedora changes
This commit is contained in:
@@ -11,14 +11,3 @@
|
||||
dest: "{{ cookbook_dest }}"
|
||||
update: no
|
||||
|
||||
- name: Pull pfetch
|
||||
git:
|
||||
repo: "{{ pfetch_repo }}"
|
||||
dest: "{{ pfetch_dest }}"
|
||||
update: no
|
||||
|
||||
- name: Pull Org Files
|
||||
git:
|
||||
repo: "{{ org_repo }}"
|
||||
dest: "{{ org_dest }}"
|
||||
update: no
|
||||
|
||||
Binary file not shown.
@@ -7,18 +7,10 @@ cookbook_dest: /home/opal/projects/sysadmin-cookbook
|
||||
|
||||
doom_emacs_repo: https://github.com/doomemacs/doomemacs
|
||||
doom_emacs_dest: /home/opal/.config/emacs
|
||||
doom_emacs_install_cmd: /home/opal/.config/emacs/bin/doom -y install
|
||||
|
||||
pfetch_repo: https://github.com/dylanaraps/pfetch
|
||||
pfetch_dest: /home/opal/bin/pfetch
|
||||
|
||||
org_repo: git@codeberg.org:opalvaults/org-files.git
|
||||
org_dest: /home/opal/org
|
||||
|
||||
init_users:
|
||||
opal:
|
||||
name: opal
|
||||
uid: 2000
|
||||
group: opal
|
||||
groups: wheel
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user