25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

13 lines
315B

  1. ---
  2. - name: default directory
  3. file:
  4. path: "{{ root_target_directory | default('') }}/etc/default"
  5. state: directory
  6. when: root_target_directory is defined
  7. - name: keyboard configuration
  8. template:
  9. src: default-keyboard.j2
  10. dest: "{{ root_target_directory | default('') }}/etc/default/keyboard"