fix linter error in tasks/setup-RedHat.yml

This commit is contained in:
h3po 2020-08-13 13:01:25 +02:00
parent 653b225dff
commit c9275d89ef
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@
package:
name: "{{ nginx_package_name }}"
state: "{{ 'latest' if repo.changed else 'present' }}"
notify: restart nginx
notify: restart nginx