
11 Dec
2019
11 Dec
'19
4:32 a.m.
On Tue, 2019-12-10 at 16:38 +0100, Fabiano FidĂȘncio wrote:
+++ b/guests/playbooks/update/tasks/base.yml +- name: Enable PowerTools repository + command: '{{ package_manager }} config-manager --set-enabled PowerTools -y' + args: + warn: no + when: + - os_name == 'CentOS' + - os_version == '8'
Same comment as the one I just made for EPEL: you need to make sure this line ends up in the generated Dockerfile too. -- Andrea Bolognani / Red Hat / Virtualization