fix os family fact
This commit is contained in:
parent
7cf1b3543f
commit
ffeb74f7d4
1 changed files with 1 additions and 1 deletions
2
go.yml
2
go.yml
|
@ -12,7 +12,7 @@
|
|||
become: yes
|
||||
become_user: root
|
||||
become_method: sudo
|
||||
when: ansible_facts['os_family']|lower == 'fedora'
|
||||
when: ansible_facts['os_family']|lower == 'redhat'
|
||||
dnf:
|
||||
name: golang
|
||||
state: present
|
||||
|
|
Reference in a new issue