summaryrefslogtreecommitdiffstats
path: root/tasks/common_scripts.yml
blob: 963bcb4fc32a8c9b1b3b57af00915d311cec56db (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#
# This task installs some common scripts to /usr/local/bin
# scripts are under $files/common-scripts
#

- name: Install common scripts
  action: copy src={{ item }} dest=/usr/local/bin/ owner=root group=root mode=0755
  with_fileglob:
   -"{{ files }}/common-scripts/*"
  tags:
  - config