Readme updates

This commit is contained in:
2020-07-06 11:46:01 -06:00
parent ae73cc55d6
commit 76b62187fe

View File

@@ -88,6 +88,17 @@ when: ansible_os_family == "Archlinux" and ansible_lsb.id == "ManjaroLinux"
# Copy scripts to /usr/local/bin # Copy scripts to /usr/local/bin
- include_tasks: ../../../functions/copy_usr-local-bin.yml - include_tasks: ../../../functions/copy_usr-local-bin.yml
# Copy globs
- name: Copying globs
copy:
src: "{{ item }}"
dest: /usr/local/bin/
owner: '{{ superuser }}'
group: '{{ supergroup }}'
mode: '0775'
with_fileglob:
- files/bin/*
# Copy nginx.conf # Copy nginx.conf
- name: Copying /etc/nginx/nginx.conf - name: Copying /etc/nginx/nginx.conf
copy: copy: