Skip to content

Commit

Permalink
Add missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jun 29, 2022
1 parent 934a628 commit ee810f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
- ansible_distribution == 'Debian'
- ansible_distribution_major_version is version('10', '<')
- mydumper_version.number is version('0.11.5-2', '==')
tags:
- configuration
- mydumper
- mydumper-patch

- name: patch
block:
Expand All @@ -133,6 +137,10 @@
- ansible_distribution == 'Debian'
- ansible_distribution_major_version is version('10', '<')
- mydumper_version.number is version('0.12.3-3', '==')
tags:
- configuration
- mydumper
- mydumper-patch

- name: build
block:
Expand Down

0 comments on commit ee810f2

Please sign in to comment.