Commit 8a696b1c by ansible

no message

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