mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Refactored git clone to Kevin's Package Manager (Draft not fully tested)
This commit is contained in:
@@ -22,4 +22,4 @@ galaxy_info:
|
||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
dependencies:
|
||||
- git
|
||||
- package-manager
|
@@ -1,11 +1,8 @@
|
||||
- name: pull swapfile creating script
|
||||
git:
|
||||
repo: "https://github.com/kevinveenbirkenbach/create-linux-swapfile.git"
|
||||
dest: "$HOME/Repositories/github.com/kevinveenbirkenbach/create-linux-swapfile"
|
||||
update: yes
|
||||
ignore_errors: true
|
||||
become: false
|
||||
- name: install swap-forge
|
||||
command:
|
||||
cmd: "pkgmgr install backup-docker-to-local"
|
||||
become: true
|
||||
|
||||
- name: Execute create swapfile script
|
||||
ansible.builtin.shell: bash "/home/{{client_username}}/Repositories/github.com/kevinveenbirkenbach/create-linux-swapfile/create-linux-swapfile.sh" "{{swapfile_size}}"
|
||||
ansible.builtin.shell: swap-forge "{{swapfile_size}}"
|
||||
become: true
|
Reference in New Issue
Block a user