mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Fix name
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user