Skip to content

Commit

Permalink
fix(ansible): forgot hostname in when
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored May 26, 2024
1 parent 0a3118a commit 1cfa6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cfa6d8

Please sign in to comment.