Commit 8a696b1c by ansible

no message

1 parent 4e4b3333
Showing with 6 additions and 6 deletions
......@@ -7,11 +7,11 @@
- name: Grant Permission
command: usermod -aG sudo ansible
- name: Deploy Key
copy:
src: /tmp/configuration/authorized_keys
dest: /home/ansible/.ssh/authorized_keys
owner: ansible
group: ansible
mode: 0600
copy:
src: /tmp/configuration/authorized_keys
dest: /home/ansible/.ssh/authorized_keys
owner: ansible
group: ansible
mode: 0600
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!