1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Add more versionscheck f00

This commit is contained in:
Lilian Roller 2020-01-23 13:40:18 +01:00
parent 01a8f4bcec
commit b3b071e7b7
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
5 changed files with 27 additions and 0 deletions

3
.gitmodules vendored
View file

@ -49,3 +49,6 @@
[submodule "roles/polybar"]
path = roles/polybar
url = https://github.com/chaos-bodensee/role_install-polybar.git
[submodule "roles/ansible_version"]
path = roles/ansible_version
url = https://github.com/chaos-bodensee/role-ansible_version.git

1
roles/ansible_version Submodule

@ -0,0 +1 @@
Subproject commit 3a46a61f063f896c617605e3cded1bc8131013a6

View file

@ -1,4 +1,11 @@
---
- name: check if ansible is not to old
hosts: localhost
tags:
- default
roles:
- ansible_version
gather_facts: no
- name: Install useful packages
hosts: desk_minni

View file

@ -1,4 +1,12 @@
---
- name: check if ansible is not to old
hosts: localhost
tags:
- default
roles:
- ansible_version
gather_facts: no
- name: Install useful packages
hosts: l460
tags:

View file

@ -1,4 +1,12 @@
---
- name: check if ansible is not to old
hosts: localhost
tags:
- default
roles:
- ansible_version
gather_facts: no
- name: Install useful packages
hosts: t460p
tags: