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
|
- name: Create the SSH directory
|
||||||
file:
|
file:
|
||||||
path: ~/.ssh
|
path: ~/.ssh
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
|
|
||||||
- name: Deploy SSH config
|
- name: Deploy SSH config
|
||||||
file:
|
file:
|
||||||
src: "{{ role_path }}/files/config"
|
src: "{{ role_path }}/files/config"
|
||||||
dest: ~/.ssh/config
|
dest: ~/.ssh/config
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue