浏览代码

ansible: add task to fetch colortable scripts

pull/1/head
10sr 10 年前
父节点
当前提交
c93dc97b67
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      ansible/ansible.yml

+ 5
- 0
ansible/ansible.yml 查看文件

@@ -8,6 +8,11 @@
with_items: packages
sudo: yes
when: ansible_os_family == "Archlinux"
- name: install script colortable16
get_url: url=https://gist.github.com/10sr/6852317/raw/colortable16.sh dest={{ ansible_env.HOME }}/.local/bin/colortable16.sh mode=0755
- name: install script 256colors
get_url: url=https://gist.github.com/10sr/6852331/raw/256colors2.pl dest={{ ansible_env.HOME }}/.local/bin/256colors2.pl mode=0755

# handlers:
# - name: restart ntpd
# action: service name=ntpd state=restarted

正在加载...
取消
保存