File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 5050 - name : Nvidia | Set Docker socket has appropriate permissions
5151 ansible.builtin.file :
5252 path : /var/run/docker.sock
53- mode : ' 0666'
53+ mode : ' 0666'
5454
5555 - name : Nvidia | Add additional mount for bf2
5656 ansible.builtin.set_fact :
57- telegraf_mounts : " {{ telegraf_mounts + [
58- {'type': 'bind',
59- 'source': '/run/emu_param',
60- 'target': '/run/emu_param',
57+ telegraf_mounts : " {{ telegraf_mounts + [{'type': 'bind',
58+ 'source': '/run/emu_param',
59+ 'target': '/run/emu_param',
6160 'read_only': true},
6261 {'type': 'bind',
6362 'source': '/var/run/docker.sock',
6463 'target': '/var/run/docker.sock',
65- 'read_only': false}
66- ] }}"
67-
64+ 'read_only': true}] }}"
65+
6866 - name : Intel | telegraf otel monitoring
6967 when : inventory_hostname == 'mev'
7068 environment : " {{ proxy_env | default({}) }}"
You can’t perform that action at this time.
0 commit comments