Skip to content

Commit

Permalink
fix: Fix handler names
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug committed Dec 21, 2023
1 parent 820b7c1 commit 6a04690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
when:
- ansible_os_family == 'Debian'
- (ansible_lsb.id != 'Univention' or ansible_distribution_release != 'stretch')
notify: update package repository
notify: Update package repository

- name: Configure stretch-backports repository
ansible.builtin.apt_repository:
Expand All @@ -50,7 +50,7 @@
when:
- ansible_os_family == 'Debian'
- ansible_distribution_release == 'stretch'
notify: update package repository
notify: Update package repository

- name: Flush handlers
ansible.builtin.meta: flush_handlers
Expand Down

0 comments on commit 6a04690

Please sign in to comment.