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.
|
- ---
-
- - name: i3 config
- template:
- src: i3.config.j2
- dest: "{{eralitex_directory}}/{{item}}/i3.config"
- with_items: "{{ eralitex_profiles }}"
-
- - name: check i3 config
- command: i3 -c {{eralitex_directory}}/{{item}}/i3.config -C
- with_items: "{{ eralitex_profiles }}"
- changed_when: false
-
- - name: i3blocks config
- template:
- src: i3blocks.config.j2
- dest: "{{eralitex_directory}}/{{item}}/i3blocks.config"
- with_items: "{{ eralitex_profiles }}"
|