From 1cfa6d84f8d49c589f7154f18c61ab422118a73b Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Sun, 26 May 2024 01:05:15 -0400 Subject: [PATCH] fix(ansible): forgot hostname in when Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- lab/ansible/setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lab/ansible/setup.yml b/lab/ansible/setup.yml index 59efa260..61f62047 100644 --- a/lab/ansible/setup.yml +++ b/lab/ansible/setup.yml @@ -151,6 +151,7 @@ # TODO: see if there is an opportunity to consolidate and code dup removal - name: Intel | Run telegraf container on Intel MEV + when: inventory_hostname == 'mev' community.docker.docker_container: name: telegraf image: docker.io/library/telegraf:1.29