Skip to content

Commit

Permalink
fix(ansible): move env to block code
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 27, 2024
1 parent 48e2fb6 commit aa9aa35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@

- name: Intel | telegraf otel monitoring
when: inventory_hostname == 'mev'
environment:
http_proxy: http://192.168.0.1:3128
https_proxy: http://192.168.0.1:3128
block:
- name: Intel | Downgrade requests package due to bug https://github.com/ansible-collections/community.docker/issues/868
ansible.builtin.pip: name=requests<2.32
environment:
http_proxy: http://192.168.0.1:3128
https_proxy: http://192.168.0.1:3128
- name: Intel | Run telegraf container on Intel MEV
community.docker.docker_container:
name: telegraf
Expand Down

0 comments on commit aa9aa35

Please sign in to comment.