ntp_vm1.yml
unknown
yaml
2 years ago
118 B
28
Indexable
---
- hosts:
- vm1
tasks:
- name: "Install NTP-client"
apt:
pkg: "ntpdate"
become: yes
Editor is loading...
Leave a Comment
---
- hosts:
- vm1
tasks:
- name: "Install NTP-client"
apt:
pkg: "ntpdate"
become: yes