mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-22 21:43:08 +02:00
opens #126
This commit reverts changes in 437d659
to avoid breaking changes.
This commit is contained in:
parent
d54ba6c7ce
commit
e40545cce5
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@
|
|||
- name: Add new instance to host group
|
||||
add_host:
|
||||
hostname: "{{ item.public_ip }}"
|
||||
ansible_ssh_private_key_file: "{{ ssh_public_key[:-4] }}"
|
||||
groupname: vpn-host
|
||||
ansible_ssh_user: ubuntu
|
||||
ansible_python_interpreter: "/usr/bin/python2.7"
|
||||
|
|
Loading…
Add table
Reference in a new issue