File diff 922ac53a02a7 → 72af31a420be
roles/common/molecule/default/prepare.yml
Show inline comments
 
@@ -150,6 +150,13 @@
 
        group: root
 
        mode: 0644
 

	
 
    - name: Install the deprecated/obsolete NTP-related packages
 
      apt:
 
        name:
 
          - ntp
 
          - ntpdate
 
        state: present
 

	
 
- hosts: parameters-mandatory,parameters-optional
 
  become: true
 
  tasks: