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:
parent
c819096dd0
commit
0b75705997
5 changed files with 12 additions and 3 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -3,7 +3,7 @@
|
|||
url = https://github.com/cahos-bodnesee/role_install_workstaton_packages.git
|
||||
[submodule "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"]
|
||||
path = roles/dotfiles
|
||||
url = https://github.com/chaos-bodensee/role_dotfiles.git
|
||||
|
@ -33,7 +33,7 @@
|
|||
url = https://github.com/chaos-bodensee/role_akku_warning.git
|
||||
[submodule "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"]
|
||||
path = roles/xrandr
|
||||
url = https://github.com/chaos-bodensee/role-xrandr.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 56ba740cfff08c59051177b79ca0fc3b2ab95c97
|
||||
Subproject commit 6dd62fbfd9d89cdb83e2a7bc88ab0f836919fee3
|
3
roles/networkmanager/defaults/main.yml
Normal file
3
roles/networkmanager/defaults/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
# version management with this role?
|
||||
submodules_versioncheck: true
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
- include_tasks: versioncheck.yml
|
||||
when: submodules_versioncheck|bool
|
||||
|
||||
- name: install needed packages on arch
|
||||
become: yes
|
||||
pacman:
|
||||
|
|
3
roles/networkmanager/vars/main.yml
Normal file
3
roles/networkmanager/vars/main.yml
Normal 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'
|
Loading…
Reference in a new issue