fix os family fact

main
Andrew Coleman 2021-05-10 14:55:04 -04:00
parent 7cf1b3543f
commit ffeb74f7d4
1 changed files with 1 additions and 1 deletions

2
go.yml
View File

@ -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