This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-simple-desktop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
execute display manager at the end
master
Markus Katharina Brechtel
6 years ago
parent
39c559ca35
commit
532d81741e
1 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-4
tasks/main.yml
+ 5
- 4
tasks/main.yml
View File
@@ -1,9 +1,5 @@
---
- import_role:
name: display_manager
vars:
display_manager_background_image: "{{ kitapro_background_image }}"
- name: install packages
apt:
@@ -13,3 +9,8 @@
- import_role:
name: libreoffice
- import_role:
name: display_manager
vars:
display_manager_background_image: "{{ kitapro_background_image }}"
Write
Preview
Loading…
Cancel
Save