Commit bfb6301e by ansible

Edit Syntax

1 parent d0416803
Showing with 2 additions and 2 deletions
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
command: usermod -aG sudo ansible command: usermod -aG sudo ansible
- name: New Directory for authorized_keys - name: New Directory for authorized_keys
file: file:
path: "{{ item.path }}" path: "{{ item.path }}"
owner: "{{ item.owner }}" owner: "{{ item.owner }}"
group: "{{ item.owner }}" group: "{{ item.owner }}"
state: directory state: directory
with_items: with_items:
- { owner: ansible, path: /home/ansible/.ssh } - { owner: ansible, path: /home/ansible/.ssh }
- copy: - copy:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!