ansible: fix ssh role syntax for consistency
This commit is contained in:
parent
a1c3e067bd
commit
d23b76dcf7
1 changed files with 7 additions and 6 deletions
|
@ -1,12 +1,13 @@
|
|||
- name: Create the SSH directory
|
||||
file:
|
||||
path: ~/.ssh
|
||||
state: directory
|
||||
path: ~/.ssh
|
||||
state: directory
|
||||
|
||||
|
||||
- name: Deploy SSH config
|
||||
file:
|
||||
src: "{{ role_path }}/files/config"
|
||||
dest: ~/.ssh/config
|
||||
state: link
|
||||
force: yes
|
||||
src: "{{ role_path }}/files/config"
|
||||
dest: ~/.ssh/config
|
||||
state: link
|
||||
force: yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue