This repository has been archived on 2021-09-08. You can view files and clone it, but cannot push or open issues/pull-requests.
localdev-playbooks/gnome-terminal.yml

13 lines
439 B
YAML

---
- name: create linux gnome-terminal profile
when: ansible_facts['system']|lower == 'linux'
script: base16-outrun-dark-256.sh
args:
creates: "{{ ansible_env.HOME }}/.config/.gnome-terminal-profile-created"
- name: create freebsd gnome-terminal profile
when: ansible_facts['system']|lower == 'freebsd'
script: base16-outrun-dark-256.sh
args:
creates: "{{ ansible_env.HOME }}/.config/.gnome-terminal-profile-created"