diff --git a/roles/git_auto_update/tasks/main.yml b/roles/git_auto_update/tasks/main.yml index c5b95bc..31d5646 100644 --- a/roles/git_auto_update/tasks/main.yml +++ b/roles/git_auto_update/tasks/main.yml @@ -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: diff --git a/roles/server/gitea/tasks/main.yml b/roles/server/gitea/tasks/main.yml index 3769b61..b35e646 100644 --- a/roles/server/gitea/tasks/main.yml +++ b/roles/server/gitea/tasks/main.yml @@ -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 }}" diff --git a/roles/server/linx/tasks/main.yml b/roles/server/linx/tasks/main.yml index 8b9a405..c8039d4 100644 --- a/roles/server/linx/tasks/main.yml +++ b/roles/server/linx/tasks/main.yml @@ -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 }}"