mirror of
https://github.com/trailofbits/algo
synced 2024-11-04 06:00:21 +00:00
fix ssh tasks
This commit is contained in:
parent
592f43d44c
commit
9daec9be9e
@ -14,7 +14,8 @@
|
|||||||
mode: '0600'
|
mode: '0600'
|
||||||
|
|
||||||
- name: Configure the local ssh config
|
- name: Configure the local ssh config
|
||||||
blockinfile:
|
local_action:
|
||||||
|
module: blockinfile
|
||||||
dest: "~/.ssh/config"
|
dest: "~/.ssh/config"
|
||||||
marker: "# {mark} ALGO MANAGED BLOCK {{ cloud_instance_ip|default(server_ip) }}"
|
marker: "# {mark} ALGO MANAGED BLOCK {{ cloud_instance_ip|default(server_ip) }}"
|
||||||
insertbefore: BOF
|
insertbefore: BOF
|
||||||
|
Loading…
Reference in New Issue
Block a user