mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Refactored git clone to Kevin's Package Manager (Draft not fully tested)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
- name: install git
|
||||
pacman: name=git state=present
|
||||
pacman:
|
||||
name: git
|
||||
state: present
|
||||
when: run_once_git is not defined
|
||||
|
||||
- name: run the git tasks once
|
||||
|
Reference in New Issue
Block a user