From 2525c4baefbf2f40a24ea8b6b84afa3c8e9ebb34 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Jul 2020 02:14:09 +0500 Subject: [PATCH] Add tags --- playbooks/deploy/git.yml | 3 ++- playbooks/deploy/matrix.yml | 3 ++- playbooks/deploy/postgres.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/playbooks/deploy/git.yml b/playbooks/deploy/git.yml index bd8ebfe..f0f590f 100644 --- a/playbooks/deploy/git.yml +++ b/playbooks/deploy/git.yml @@ -6,7 +6,8 @@ update_cache: true cache_valid_time: 86400 roles: - - kotovalexarian.common + - name: kotovalexarian.common + tags: common handlers: - name: Restart Apache systemd: diff --git a/playbooks/deploy/matrix.yml b/playbooks/deploy/matrix.yml index 34c3abd..de26cdd 100644 --- a/playbooks/deploy/matrix.yml +++ b/playbooks/deploy/matrix.yml @@ -6,5 +6,6 @@ update_cache: true cache_valid_time: 86400 roles: - - kotovalexarian.common + - name: kotovalexarian.common + tags: common - ../../roles/matrix diff --git a/playbooks/deploy/postgres.yml b/playbooks/deploy/postgres.yml index e3bee12..f56d413 100644 --- a/playbooks/deploy/postgres.yml +++ b/playbooks/deploy/postgres.yml @@ -6,7 +6,8 @@ update_cache: true cache_valid_time: 86400 roles: - - kotovalexarian.common + - name: kotovalexarian.common + tags: common - geerlingguy.postgresql tasks: - name: Create daily Cron job for PostgreSQL backup