Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

i3.yaml 465B

4 år sedan
123456789101112131415161718
  1. ---
  2. - name: i3 config
  3. template:
  4. src: i3.config.j2
  5. dest: "{{eralitex_directory}}/{{item}}/i3.config"
  6. with_items: "{{ eralitex_profiles }}"
  7. - name: check i3 config
  8. command: i3 -c {{eralitex_directory}}/{{item}}/i3.config -C
  9. with_items: "{{ eralitex_profiles }}"
  10. changed_when: false
  11. - name: i3blocks config
  12. template:
  13. src: i3blocks.config.j2
  14. dest: "{{eralitex_directory}}/{{item}}/i3blocks.config"
  15. with_items: "{{ eralitex_profiles }}"