mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-20 08:07:09 +02:00
fix ssh tasks
This commit is contained in:
parent
592f43d44c
commit
9daec9be9e
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
mode: '0600'
|
||||
|
||||
- name: Configure the local ssh config
|
||||
blockinfile:
|
||||
local_action:
|
||||
module: blockinfile
|
||||
dest: "~/.ssh/config"
|
||||
marker: "# {mark} ALGO MANAGED BLOCK {{ cloud_instance_ip|default(server_ip) }}"
|
||||
insertbefore: BOF
|
||||
|
|
Loading…
Add table
Reference in a new issue