As part of http://fedoraproject.org/wiki/Changes/NoDefaultSyslog rsyslog is no more installed by default since F20+. role/base refer to rsyslog on several places: enable that service, start it... but never install it (only in Koji builder playbook install it, but not as part of the role). Which cause our playbooks to fail on F21 machines. I would like to apply: > diff --git a/vars/global.yml b/vars/global.yml > index d0b4e6e..0aade1e 100644 > --- a/vars/global.yml > +++ b/vars/global.yml > @@ -31,7 +31,7 @@ global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients', > 'patch', 'postfix', 'rsync', 'strace', > 'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh', > 'libselinux-python', 'ntpdate', 'bash-completion', 'telnet', > - 'htop' ] > + 'htop', 'rsyslog' ] > > # iscsi initiator for netapp iscsi volume > netapp_iscsi_name: iqn.1992-08.com.netapp:sn.8a2c2d9073de11e4a645123478563412:vs.13 Mirek _______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure