feat(repo): Initial commit
This commit is contained in:
11
tasks/web-ui-get-git-repo-for-reloads.yml
Normal file
11
tasks/web-ui-get-git-repo-for-reloads.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
- name: 'Create dir for ACME helper scripts Git repo'
|
||||
ansible.builtin.file:
|
||||
path: '/opt/git/quico.space/Quico/acme-deploy-helpers/branches/main'
|
||||
state: 'directory'
|
||||
|
||||
|
||||
- name: 'Git clone ACME helper scripts repo'
|
||||
ansible.builtin.git:
|
||||
repo: 'https://quico.space/Quico/acme-deploy-helpers.git'
|
||||
dest: '/opt/git/quico.space/Quico/acme-deploy-helpers/branches/main'
|
Reference in New Issue
Block a user