mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-04 05:52:11 +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
|
- name: Add instance to inventory
|
||||||
ansible.builtin.add_host:
|
ansible.builtin.add_host:
|
||||||
hostname: "{{ tpot_name.stdout }}"
|
hostname: "{{ tpot_name }}"
|
||||||
ansible_host: "{{ tpot.server.public_v4 }}"
|
ansible_host: "{{ tpot.server.public_v4 }}"
|
||||||
groups: tpot
|
groups: tpot
|
||||||
|
|
Loading…
Reference in a new issue