added devzat chat jail
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
state: present
|
||||
name: "{{ packages }}"
|
||||
|
||||
- name: Create program symlinks
|
||||
shell: "ln -sf /usr/local/bin/{{ item.program }} /usr/local/bin/{{ item.link }}"
|
||||
loop: "{{ versions }}"
|
||||
|
||||
# FIXME: remove the symlink in the next release snapshot
|
||||
- name: Remove old home sym link
|
||||
shell: |
|
||||
@@ -90,6 +94,14 @@
|
||||
group: wheel
|
||||
mode: '0644'
|
||||
|
||||
- name: Install /etc/hosts file
|
||||
copy:
|
||||
src: hosts
|
||||
dest: /etc/hosts
|
||||
owner: root
|
||||
group: wheel
|
||||
mode: '0644'
|
||||
|
||||
- name: Install jlogin
|
||||
copy:
|
||||
src: jlogin
|
||||
|
||||
Reference in New Issue
Block a user