mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 16:53:01 +02:00
fix ssh tasks
This commit is contained in:
parent
041b713ef4
commit
bd7c97d55b
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