Skip to content

Commit

Permalink
name every tasks so ansible-lint doesn't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
pescobar committed Mar 18, 2021
1 parent 428f375 commit cd2a94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
line: "enabled=0"
when: katello_client_disable_yum_fastest_mirror_plugin

# make sure we clean yum metadata after updating yum repos
- meta: flush_handlers
- name: Trigger handlers to clean yum metadata after updating the yum repos
meta: flush_handlers

- name: Install katello-client packages
yum:
Expand Down

0 comments on commit cd2a94d

Please sign in to comment.