Skip to content

Commit

Permalink
Set it to stopped.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Sep 6, 2021
1 parent 466788a commit 7b8c716
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
become: yes
gather_facts: yes

vars_files:
- ../../vars/main.yml
- ../../defaults/main.yml

vars:
_ntp_check_packages:
default:
Expand All @@ -32,6 +28,7 @@
Rocky-8: *redhat_success_output
Fedora: "Leap status : Normal"
ntp_success_output: "{{ _ntp_success_output[ansible_distribution ~ '-' ~ ansible_distribution_major_version] | default(_ntp_success_output[ansible_os_family ~ '-' ~ ansible_distribution_major_version] | default(_ntp_success_output[ansible_distribution] | default(_ntp_success_output['default']))) }}"
ntp_state: stopped

tasks:
- name: install ntp check packages
Expand Down

0 comments on commit 7b8c716

Please sign in to comment.