Add tag deploy-auto-update-script to some tasks

master
Felix Stupp 3 years ago
parent f9912f950f
commit 734091b4fb
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -8,6 +8,8 @@
group: root
mode: "u=rwx,g=rx,o=r"
validate: "{{ global_validate_shell_script }}"
tags:
- deploy-auto-update-script
- name: Create repository directory for {{ repo_name }}
file:

@ -64,6 +64,8 @@
owner: root
group: root
mode: "u=rwx,g=rx,o=r"
tags:
- deploy-auto-update-script
- name: Download gitea
command: "{{ gitea_update_script_path }}"

@ -31,6 +31,8 @@
owner: root
group: root
mode: "u=rwx,g=rx,o=r"
tags:
- deploy-auto-update-script
- name: Download linx
command: "{{ update_script_path }}"

Loading…
Cancel
Save