Browse Source

store background images in /opt/background

master
parent
commit
e4c88c310c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tasks/main.yml
  2. +1
    -1
      vars/main.yml

+ 1
- 1
tasks/main.yml View File

@@ -54,7 +54,7 @@


- name: background image directory - name: background image directory
file: file:
path: /usr/share/lightdm/background
path: /opt/backgrounds
state: directory state: directory


- name: background image - name: background image


+ 1
- 1
vars/main.yml View File

@@ -2,4 +2,4 @@ _display_manager_valid_states:
- multiuser - multiuser
- maintenance - maintenance


display_manager_background_image_path: /usr/share/lightdm/background/{{display_manager_background_image|basename}}
display_manager_background_image_path: /opt/backgrounds/{{display_manager_background_image|basename}}

Loading…
Cancel
Save