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

Update submodules

This commit is contained in:
Lilian Roller 2019-05-29 11:11:46 +02:00
parent c819096dd0
commit 0b75705997
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
5 changed files with 12 additions and 3 deletions

4
.gitmodules vendored
View file

@ -3,7 +3,7 @@
url = https://github.com/cahos-bodnesee/role_install_workstaton_packages.git url = https://github.com/cahos-bodnesee/role_install_workstaton_packages.git
[submodule "roles/i3wm"] [submodule "roles/i3wm"]
path = roles/i3wm path = roles/i3wm
url = https://github.com/DO1JLR/ansible-role-i3wm.git url = https://github.com/chaos-bodensee/ansible-role-i3wm.git
[submodule "roles/dotfiles"] [submodule "roles/dotfiles"]
path = roles/dotfiles path = roles/dotfiles
url = https://github.com/chaos-bodensee/role_dotfiles.git url = https://github.com/chaos-bodensee/role_dotfiles.git
@ -33,7 +33,7 @@
url = https://github.com/chaos-bodensee/role_akku_warning.git url = https://github.com/chaos-bodensee/role_akku_warning.git
[submodule "roles/install-firefox"] [submodule "roles/install-firefox"]
path = roles/install-firefox path = roles/install-firefox
url = https://github.com/DO1JLR/role-firefox-installation.git url = https://github.com/chaos-bodnesee/role-firefox-installation.git
[submodule "roles/xrandr"] [submodule "roles/xrandr"]
path = roles/xrandr path = roles/xrandr
url = https://github.com/chaos-bodensee/role-xrandr.git url = https://github.com/chaos-bodensee/role-xrandr.git

@ -1 +1 @@
Subproject commit 56ba740cfff08c59051177b79ca0fc3b2ab95c97 Subproject commit 6dd62fbfd9d89cdb83e2a7bc88ab0f836919fee3

View file

@ -0,0 +1,3 @@
---
# version management with this role?
submodules_versioncheck: true

View file

@ -1,4 +1,7 @@
--- ---
- include_tasks: versioncheck.yml
when: submodules_versioncheck|bool
- name: install needed packages on arch - name: install needed packages on arch
become: yes become: yes
pacman: pacman:

View file

@ -0,0 +1,3 @@
---
playbook_version_number: 9000 # should be over ninethousand
playbook_version_path: '/etc/ansible-version/role-networkmanager_chaos-bodensee_github.com.version'