Skip to content

Instantly share code, notes, and snippets.

@tuxis-ie
Created August 21, 2015 09:29

Revisions

  1. @JeevesTuxis JeevesTuxis created this gist Aug 21, 2015.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    - name: Copy cronscripts
    copy: src={{ item }} dest=/etc/ mode=0750 owner=root group=root
    with_first_found:
    - files:
    - "{{inventory_hostname}}/etc/cronscripts/"
    paths:
    - /etc/ansible/files
    skip: true