Untitled

 avatar
unknown
yaml
a year ago
118 B
5
Indexable
---

- hosts:
  - vm1
  tasks:
  - name: "Install NTP-client"
    apt:
       pkg: "ntpdate"
    become: yes
Editor is loading...
Leave a Comment