Skip to content

Commit

Permalink
Adding modularity tag to task modularity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Banas committed Dec 20, 2021
1 parent 8a562ea commit 1d4d131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/targets/dnf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
- include_tasks: modularity.yml
when: (ansible_distribution == 'Fedora' and ansible_distribution_major_version is version('29', '>=')) or
(ansible_distribution in ['RedHat', 'CentOS'] and ansible_distribution_major_version is version('8', '>='))
tags:
- dnf_modularity

- include_tasks: logging.yml
when: (ansible_distribution == 'Fedora' and ansible_distribution_major_version is version('31', '>=')) or
Expand Down

0 comments on commit 1d4d131

Please sign in to comment.