Skip to content

Commit 1f6007c

Browse files
committed
Fixes typo in ansible_host
1 parent 9f33395 commit 1f6007c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/inventory/docker-containers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ all:
2525
ansible_python_interpreter: /usr/bin/python3
2626
mt-runner-on-nixos-latest:
2727
ansible_connection: docker
28-
ansible_host: template-on-nixos-latest
28+
ansible_distribution: OtherLinux
29+
ansible_host: mt-runner-on-nixos-latest
2930
ansible_python_interpreter: /root/.nix-profile/bin/python3

0 commit comments

Comments
 (0)