You can not select more than 25 topics 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.

19 line
465B

  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 }}"