Skip to content

Instantly share code, notes, and snippets.

@nleiva
Created July 1, 2021 14:52
Show Gist options
  • Save nleiva/32bf31254c3b327966d167bbc06876cb to your computer and use it in GitHub Desktop.
Save nleiva/32bf31254c3b327966d167bbc06876cb to your computer and use it in GitHub Desktop.
- name: Copy file Lab folder with owner and permissions
ansible.builtin.copy:
src: "{{ playbook_dir }}/lab"
dest: "/home/{{ ansible_user }}"
owner: "{{ ansible_user }}"
group: "{{ ansible_user }}"
mode: '0755'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment