Skip to content

Commit

Permalink
Updated script for centos8
Browse files Browse the repository at this point in the history
  • Loading branch information
mchawla16 committed Dec 25, 2019
1 parent e0fbad2 commit f8868d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/psmdb_36_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

- name: start mongod with systemctl
command: systemctl start mongod
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == "7"
when: ansible_os_family == "RedHat" and ansible_distribution_major_version >= "7"

#
# Enable testing repository
Expand Down

0 comments on commit f8868d3

Please sign in to comment.