mirror of
https://github.com/roles-ansible/ansible_role_versioncheck.git
synced 2024-08-16 15:59:49 +02:00
7 lines
103 B
YAML
7 lines
103 B
YAML
---
|
|
- name: check if ansible is not to old
|
|
hosts: localhost
|
|
tags:
|
|
- default
|
|
roles:
|
|
- './'
|