Lowercase group names

This commit is contained in:
Sebastian Haderecker
2021-02-13 15:27:36 +01:00
parent 51b15b6510
commit c3ebf8487b
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
- deploy
- name: Install T-Pot on new instance
hosts: TPOT
hosts: tpot
remote_user: linux
become: yes
gather_facts: no

View File

@ -55,4 +55,4 @@
add_host:
hostname: "{{ tpot_name.stdout }}"
ansible_host: "{{ tpot.server.public_v4 }}"
groups: TPOT
groups: tpot