mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
10 lines
148 B
YAML
10 lines
148 B
YAML
|
---
|
||
|
- name: install and test this ntp role
|
||
|
hosts: localhost
|
||
|
tags:
|
||
|
- default
|
||
|
roles:
|
||
|
- './'
|
||
|
vars:
|
||
|
- submodules_versioncheck: false
|