mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-03 21:42:13 +00:00
Fix name
This commit is contained in:
parent
780acd0384
commit
acc64c2771
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@
|
|||
|
||||
- name: Add instance to inventory
|
||||
ansible.builtin.add_host:
|
||||
hostname: "{{ tpot_name.stdout }}"
|
||||
hostname: "{{ tpot_name }}"
|
||||
ansible_host: "{{ tpot.server.public_v4 }}"
|
||||
groups: tpot
|
||||
|
|
Loading…
Reference in a new issue