[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:
parent
1a38d112c7
commit
b502cbbc19
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue