[base] Fix proxy playbook

https://pagure.io/fedora-infra/ansible/pull-request/1718 introduced failure when
running proxies ansible playbook, this commit should fix that.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-01-16 10:42:27 +01:00
parent 1a38d112c7
commit b502cbbc19

View file

@ -563,7 +563,7 @@
import_tasks: crypto-policies.yml
- name: proxy log rotate for proxy servers
copy: src="{{ files }}"/common/rsyslog-logrotate dest=/etc/logrotate.d/rsyslog-logrotate mode=0644
copy: src="{{ files }}/common/rsyslog-logrotate" dest=/etc/logrotate.d/rsyslog-logrotate mode=0644
when: inventory_hostname.startswith('proxy')
notify:
- restart rsyslog