On 25/12/2020 11:30, Ćukasz Posadowski wrote:
Hi Lukasz,
The task in question is:
- name: Install basic packages on RedHat-like systems. dnf: name:
state: latest enablerepo: epel-modular, epel when: ansible_os_family == 'RedHat'
- bash-completion
- htop
- mc
- vim
- mtr
- tree
- net-tools
I haven't tested, but my instinct points at the "enablerepo" line. You've written "epel-modular, epel" with a space. YAML preserves the space, and passes it to dnf, and perhaps it's causing a problem. Can you try it without the space?
Regards, Anand