Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkelly16 authored Jul 27, 2021
1 parent 1c4e462 commit a42ad4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/ceph-smb/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Install packages
- include: install/redhat_samba.yml
when:
- ansible_facts['ansible_os_family'] == 'RedHat'
- ansible_facts['os_family'] == 'RedHat'

- include: install/ubuntu_samba.yml
when: ansible_facts['ansible_distribution'] == 'Ubuntu'
when: ansible_facts['distribution'] == 'Ubuntu'

- include: configure/cephfs_backend.yml
when:
Expand Down

0 comments on commit a42ad4b

Please sign in to comment.