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:
parent
01a8f4bcec
commit
b3b071e7b7
5 changed files with 27 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
1
roles/ansible_version
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3a46a61f063f896c617605e3cded1bc8131013a6
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue