Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible: fix lint errors #15

Open
glimchb opened this issue Jun 4, 2024 · 0 comments
Open

ansible: fix lint errors #15

glimchb opened this issue Jun 4, 2024 · 0 comments
Labels

Comments

@glimchb
Copy link
Member

glimchb commented Jun 4, 2024

see https://github.com/opiproject/lab/actions/workflows/ansible.yml

2024-06-04T11:10:20.9326513Z ##[group]Run ansible-lint 
2024-06-04T11:10:20.9326902Z �[36;1mansible-lint �[0m
2024-06-04T11:10:20.9386416Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2024-06-04T11:10:20.9386914Z env:
2024-06-04T11:10:20.9387413Z   pythonLocation: /opt/hostedtoolcache/Python/3.11.9/x64
2024-06-04T11:10:20.9388082Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.9/x64/lib/pkgconfig
2024-06-04T11:10:20.9388672Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.9/x64
2024-06-04T11:10:20.9389305Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.9/x64
2024-06-04T11:10:20.9390132Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.9/x64
2024-06-04T11:10:20.9390694Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.9/x64/lib
2024-06-04T11:10:20.9391263Z ##[endgroup]
2024-06-04T11:10:41.4591787Z WARNING  Unable to load module arista.eos.eos_command at setup.yml:16 for options validation
2024-06-04T11:10:41.4595571Z WARNING  Unable to load module community.general.redfish_info at setup.yml:37 for options validation
2024-06-04T11:10:41.4601066Z WARNING  Unable to load module community.general.redfish_info at setup.yml:49 for options validation
2024-06-04T11:10:41.4759776Z WARNING  Unable to load module community.docker.docker_container at setup.yml:115 for options validation
2024-06-04T11:10:41.4772027Z WARNING  Unable to load module community.docker.docker_container at setup.yml:142 for options validation
2024-06-04T11:10:41.4774876Z WARNING  Unable to load module community.docker.docker_container at setup.yml:157 for options validation
2024-06-04T11:10:41.4781682Z WARNING  Unable to load module community.docker.docker_compose_v2 at setup.yml:179 for options validation
2024-06-04T11:10:41.4893832Z WARNING  Unable to load module community.docker.docker_container at setup.yml:364 for options validation
2024-06-04T11:10:41.5101681Z WARNING  Unable to resolve FQCN for module arista.eos.eos_command
2024-06-04T11:10:41.5103870Z WARNING  Unable to resolve FQCN for module community.general.redfish_info
2024-06-04T11:10:41.5114621Z WARNING  Unable to resolve FQCN for module community.docker.docker_container
2024-06-04T11:10:41.5118190Z WARNING  Unable to resolve FQCN for module community.docker.docker_compose_v2
2024-06-04T11:10:41.6307122Z WARNING  Ignored exception from NameRule.matchyaml while processing setup.yml (playbook): 'NoneType' object is not subscriptable
2024-06-04T11:10:42.1010976Z WARNING  Listing 168 violation(s) that are fatal
2024-06-04T11:10:42.1017377Z schema[playbook]: $[0].name None is not of type 'string'
2024-06-04T11:10:42.1018544Z setup.yml:1  Returned errors will not include exact line numbers, but they will mention
2024-06-04T11:10:42.1019520Z the schema name being used as a tag, like ``schema[playbook]``,
2024-06-04T11:10:42.1020239Z ``schema[tasks]``.
2024-06-04T11:10:42.1020515Z 
2024-06-04T11:10:42.1020968Z This rule is not skippable and stops further processing of the file.
2024-06-04T11:10:42.1021495Z 
2024-06-04T11:10:42.1021778Z If incorrect schema was picked, you might want to either:
2024-06-04T11:10:42.1022211Z 
2024-06-04T11:10:42.1022584Z * move the file to standard location, so its file is detected correctly.
2024-06-04T11:10:42.1023514Z * use ``kinds:`` option in linter config to help it pick correct file type.
2024-06-04T11:10:42.1024123Z 
2024-06-04T11:10:42.1024131Z 
2024-06-04T11:10:42.1024785Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1025563Z setup.yml:9 Task/Handler: Sync all clocks
2024-06-04T11:10:42.1025900Z 
2024-06-04T11:10:42.1026472Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1027189Z setup.yml:9 Task/Handler: Sync all clocks
2024-06-04T11:10:42.1027609Z 
2024-06-04T11:10:42.1028114Z name[casing]: All names should start with an uppercase letter.
2024-06-04T11:10:42.1029482Z setup.yml:16 Task/Handler: run show version on remote devices
2024-06-04T11:10:42.1029947Z 
2024-06-04T11:10:42.1032702Z yaml[comments]: Missing starting space in comment
2024-06-04T11:10:42.1033510Z setup.yml:17
2024-06-04T11:10:42.1034053Z 
2024-06-04T11:10:42.1036620Z yaml[comments]: Missing starting space in comment
2024-06-04T11:10:42.1037500Z setup.yml:22
2024-06-04T11:10:42.1037828Z 
2024-06-04T11:10:42.1040507Z yaml[comments]: Missing starting space in comment
2024-06-04T11:10:42.1041548Z setup.yml:27
2024-06-04T11:10:42.1041920Z 
2024-06-04T11:10:42.1044753Z yaml[truthy]: Truthy value should be one of [false, true]
2024-06-04T11:10:42.1045807Z setup.yml:35
2024-06-04T11:10:42.1046182Z 
2024-06-04T11:10:42.1049639Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.debug)
2024-06-04T11:10:42.1051476Z setup.yml:46 Task/Handler: Debug print first firmware entry version
2024-06-04T11:10:42.1052264Z 
2024-06-04T11:10:42.1055087Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.debug)
2024-06-04T11:10:42.1056492Z setup.yml:58 Task/Handler: Debug print bios serial number
2024-06-04T11:10:42.1057368Z 
2024-06-04T11:10:42.1059293Z yaml[line-length]: Line too long (179 > 160 characters)
2024-06-04T11:10:42.1060360Z setup.yml:59
2024-06-04T11:10:42.1060686Z 
2024-06-04T11:10:42.1063235Z yaml[truthy]: Truthy value should be one of [false, true]
2024-06-04T11:10:42.1064158Z setup.yml:68
2024-06-04T11:10:42.1064514Z 
2024-06-04T11:10:42.1067460Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1068537Z setup.yml:71 Task/Handler: package name=socat,squid state=present
2024-06-04T11:10:42.1069245Z 
2024-06-04T11:10:42.1072420Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.package)
2024-06-04T11:10:42.1074047Z setup.yml:71 Task/Handler: package name=socat,squid state=present
2024-06-04T11:10:42.1074772Z 
2024-06-04T11:10:42.1076359Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1078291Z setup.yml:72 Task/Handler: copy src=../hardware/dh4/fs/etc/systemd/system/socat-otel.service dest=/etc/systemd/system/socat-otel.service
2024-06-04T11:10:42.1079824Z 
2024-06-04T11:10:42.1081402Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.copy)
2024-06-04T11:10:42.1083639Z setup.yml:72 Task/Handler: copy src=../hardware/dh4/fs/etc/systemd/system/socat-otel.service dest=/etc/systemd/system/socat-otel.service
2024-06-04T11:10:42.1085011Z 
2024-06-04T11:10:42.1085831Z risky-file-permissions: File permissions unset or incorrect.
2024-06-04T11:10:42.1088023Z setup.yml:72 Task/Handler: copy src=../hardware/dh4/fs/etc/systemd/system/socat-otel.service dest=/etc/systemd/system/socat-otel.service
2024-06-04T11:10:42.1089448Z 
2024-06-04T11:10:42.1090102Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1091715Z setup.yml:73 Task/Handler: service name=socat-otel enabled=yes state=started daemon_reload=yes
2024-06-04T11:10:42.1092668Z 
2024-06-04T11:10:42.1095440Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.service)
2024-06-04T11:10:42.1097537Z setup.yml:73 Task/Handler: service name=socat-otel enabled=yes state=started daemon_reload=yes
2024-06-04T11:10:42.1098533Z 
2024-06-04T11:10:42.1100854Z command-instead-of-module: sed used in place of template, replace or lineinfile module
2024-06-04T11:10:42.1102813Z setup.yml:74 Task/Handler: shell sed -i 's/http_access deny all/http_access allow all/g' /etc/squid/squid.conf
2024-06-04T11:10:42.1103887Z 
2024-06-04T11:10:42.1105212Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1107177Z setup.yml:74 Task/Handler: shell sed -i 's/http_access deny all/http_access allow all/g' /etc/squid/squid.conf
2024-06-04T11:10:42.1108311Z 
2024-06-04T11:10:42.1109322Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1110929Z setup.yml:74 Task/Handler: shell sed -i 's/http_access deny all/http_access allow all/g' /etc/squid/squid.conf
2024-06-04T11:10:42.1111984Z 
2024-06-04T11:10:42.1114946Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1116876Z setup.yml:74 Task/Handler: shell sed -i 's/http_access deny all/http_access allow all/g' /etc/squid/squid.conf
2024-06-04T11:10:42.1117988Z 
2024-06-04T11:10:42.1118481Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1119708Z setup.yml:75 Task/Handler: service name=squid enabled=yes state=started
2024-06-04T11:10:42.1120506Z 
2024-06-04T11:10:42.1123663Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.service)
2024-06-04T11:10:42.1125110Z setup.yml:75 Task/Handler: service name=squid enabled=yes state=started
2024-06-04T11:10:42.1126067Z 
2024-06-04T11:10:42.1127315Z yaml[truthy]: Truthy value should be one of [false, true]
2024-06-04T11:10:42.1128210Z setup.yml:79
2024-06-04T11:10:42.1128531Z 
2024-06-04T11:10:42.1131423Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1132942Z setup.yml:82 Task/Handler: package state=present name=python3-pip,sshpass,git
2024-06-04T11:10:42.1133809Z 
2024-06-04T11:10:42.1136514Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.package)
2024-06-04T11:10:42.1138669Z setup.yml:82 Task/Handler: package state=present name=python3-pip,sshpass,git
2024-06-04T11:10:42.1139539Z 
2024-06-04T11:10:42.1140616Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1141474Z setup.yml:83 Task/Handler: block/always/rescue 
2024-06-04T11:10:42.1142107Z 
2024-06-04T11:10:42.1145207Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1146870Z setup.yml:85 Task/Handler: get_url url=https://download.docker.com/linux/ubuntu/gpg dest=/etc/apt/keyrings/docker.asc mode=0644 force=true
2024-06-04T11:10:42.1148204Z 
2024-06-04T11:10:42.1150054Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.get_url)
2024-06-04T11:10:42.1152282Z setup.yml:85 Task/Handler: get_url url=https://download.docker.com/linux/ubuntu/gpg dest=/etc/apt/keyrings/docker.asc mode=0644 force=true
2024-06-04T11:10:42.1153589Z 
2024-06-04T11:10:42.1154344Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1155764Z setup.yml:86 Task/Handler: shell dpkg --print-architecture
2024-06-04T11:10:42.1156465Z 
2024-06-04T11:10:42.1158728Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1159874Z setup.yml:86 Task/Handler: shell dpkg --print-architecture
2024-06-04T11:10:42.1160529Z 
2024-06-04T11:10:42.1163264Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1164824Z setup.yml:86 Task/Handler: shell dpkg --print-architecture
2024-06-04T11:10:42.1165525Z 
2024-06-04T11:10:42.1171980Z jinja[spacing]: Jinja2 spacing could be improved: deb [arch={{ deb_architecture.stdout}} signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable -> deb [arch={{ deb_architecture.stdout }} signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable (warning)
2024-06-04T11:10:42.1177524Z setup.yml:88 Jinja2 template rewrite recommendation: `deb [arch={{ deb_architecture.stdout }} signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable`.
2024-06-04T11:10:42.1179450Z 
2024-06-04T11:10:42.1179825Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1182333Z setup.yml:88 Task/Handler: apt_repository state=present repo=deb [arch={{ deb_architecture.stdout}} signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable
2024-06-04T11:10:42.1184383Z 
2024-06-04T11:10:42.1185499Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.apt_repository)
2024-06-04T11:10:42.1188836Z setup.yml:88 Task/Handler: apt_repository state=present repo=deb [arch={{ deb_architecture.stdout}} signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable
2024-06-04T11:10:42.1190810Z 
2024-06-04T11:10:42.1191419Z yaml[line-length]: Line too long (224 > 160 characters)
2024-06-04T11:10:42.1192381Z setup.yml:88
2024-06-04T11:10:42.1192778Z 
2024-06-04T11:10:42.1193095Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1195075Z setup.yml:89 Task/Handler: package state=absent name=docker.io,docker-doc,docker-compose,docker-compose-v2,podman-docker,containerd,runc
2024-06-04T11:10:42.1196479Z 
2024-06-04T11:10:42.1197550Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.package)
2024-06-04T11:10:42.1199840Z setup.yml:89 Task/Handler: package state=absent name=docker.io,docker-doc,docker-compose,docker-compose-v2,podman-docker,containerd,runc
2024-06-04T11:10:42.1201655Z 
2024-06-04T11:10:42.1201989Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1204103Z setup.yml:90 Task/Handler: package state=present name=docker-ce,docker-ce-cli,containerd.io,docker-buildx-plugin,docker-compose-plugin
2024-06-04T11:10:42.1205493Z 
2024-06-04T11:10:42.1206402Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.package)
2024-06-04T11:10:42.1208672Z setup.yml:90 Task/Handler: package state=present name=docker-ce,docker-ce-cli,containerd.io,docker-buildx-plugin,docker-compose-plugin
2024-06-04T11:10:42.1210301Z 
2024-06-04T11:10:42.1210633Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1211649Z setup.yml:91 Task/Handler: systemd state=started name=docker
2024-06-04T11:10:42.1212305Z 
2024-06-04T11:10:42.1213189Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.systemd)
2024-06-04T11:10:42.1214690Z setup.yml:91 Task/Handler: systemd state=started name=docker
2024-06-04T11:10:42.1215437Z 
2024-06-04T11:10:42.1215860Z yaml[truthy]: Truthy value should be one of [false, true]
2024-06-04T11:10:42.1216964Z setup.yml:96
2024-06-04T11:10:42.1217463Z 
2024-06-04T11:10:42.1218873Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.copy)
2024-06-04T11:10:42.1220179Z setup.yml:101 Task/Handler: Copy telegraf folder to remote
2024-06-04T11:10:42.1220897Z 
2024-06-04T11:10:42.1223295Z risky-file-permissions: File permissions unset or incorrect.
2024-06-04T11:10:42.1224640Z setup.yml:101 Task/Handler: Copy telegraf folder to remote
2024-06-04T11:10:42.1225285Z 
2024-06-04T11:10:42.1228304Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.systemd)
2024-06-04T11:10:42.1229838Z setup.yml:111 Task/Handler: Nvidia | make sure emulation is running for temperature
2024-06-04T11:10:42.1231002Z 
2024-06-04T11:10:42.1231928Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1232967Z setup.yml:113 Task/Handler: systemd state=stopped name=mlnx_snap
2024-06-04T11:10:42.1233656Z 
2024-06-04T11:10:42.1237096Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.systemd)
2024-06-04T11:10:42.1238501Z setup.yml:113 Task/Handler: systemd state=stopped name=mlnx_snap
2024-06-04T11:10:42.1239278Z 
2024-06-04T11:10:42.1240892Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1242138Z setup.yml:114 Task/Handler: systemd state=started name=spdk_tgt
2024-06-04T11:10:42.1242827Z 
2024-06-04T11:10:42.1245859Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.systemd)
2024-06-04T11:10:42.1247227Z setup.yml:114 Task/Handler: systemd state=started name=spdk_tgt
2024-06-04T11:10:42.1248160Z 
2024-06-04T11:10:42.1250523Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.pip)
2024-06-04T11:10:42.1252770Z setup.yml:140 Task/Handler: Intel | Downgrade requests package due to bug https://github.com/ansible-collections/community.docker/issues/868
2024-06-04T11:10:42.1254113Z 
2024-06-04T11:10:42.1254615Z yaml[truthy]: Truthy value should be one of [false, true]
2024-06-04T11:10:42.1255627Z setup.yml:177
2024-06-04T11:10:42.1256020Z 
2024-06-04T11:10:42.1258874Z yaml[truthy]: Truthy value should be one of [false, true]
2024-06-04T11:10:42.1259841Z setup.yml:186
2024-06-04T11:10:42.1260300Z 
2024-06-04T11:10:42.1262887Z yaml[indentation]: Wrong indentation: expected 4 but found 6
2024-06-04T11:10:42.1263764Z setup.yml:188
2024-06-04T11:10:42.1264176Z 
2024-06-04T11:10:42.1267294Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1268685Z setup.yml:199 Task/Handler: shell cat /etc/issue
2024-06-04T11:10:42.1269254Z 
2024-06-04T11:10:42.1271353Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1272206Z setup.yml:199 Task/Handler: shell cat /etc/issue
2024-06-04T11:10:42.1272991Z 
2024-06-04T11:10:42.1275937Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1277439Z setup.yml:199 Task/Handler: shell cat /etc/issue
2024-06-04T11:10:42.1278006Z 
2024-06-04T11:10:42.1280689Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1281918Z setup.yml:200 Task/Handler: shell cat /etc/issue.net
2024-06-04T11:10:42.1282615Z 
2024-06-04T11:10:42.1284497Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1285563Z setup.yml:200 Task/Handler: shell cat /etc/issue.net
2024-06-04T11:10:42.1286161Z 
2024-06-04T11:10:42.1289215Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1290468Z setup.yml:200 Task/Handler: shell cat /etc/issue.net
2024-06-04T11:10:42.1291134Z 
2024-06-04T11:10:42.1293184Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1294344Z setup.yml:202 Task/Handler: set_fact acc_run_version={{ result.stdout | trim }}
2024-06-04T11:10:42.1295143Z 
2024-06-04T11:10:42.1298316Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.set_fact)
2024-06-04T11:10:42.1300008Z setup.yml:202 Task/Handler: set_fact acc_run_version={{ result.stdout | trim }}
2024-06-04T11:10:42.1300914Z 
2024-06-04T11:10:42.1302116Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1303071Z setup.yml:203 Task/Handler: debug var=acc_run_version
2024-06-04T11:10:42.1303810Z 
2024-06-04T11:10:42.1307085Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.debug)
2024-06-04T11:10:42.1308448Z setup.yml:203 Task/Handler: debug var=acc_run_version
2024-06-04T11:10:42.1309124Z 
2024-06-04T11:10:42.1311174Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1312656Z setup.yml:204 Task/Handler: fail msg=Could not find ACC string in the running {{ acc_run_version }}
2024-06-04T11:10:42.1313617Z 
2024-06-04T11:10:42.1316172Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.fail)
2024-06-04T11:10:42.1317907Z setup.yml:204 Task/Handler: fail msg=Could not find ACC string in the running {{ acc_run_version }}
2024-06-04T11:10:42.1319125Z 
2024-06-04T11:10:42.1320377Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1321620Z setup.yml:210 Task/Handler: shell cat /etc/issue
2024-06-04T11:10:42.1322187Z 
2024-06-04T11:10:42.1324407Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1325527Z setup.yml:210 Task/Handler: shell cat /etc/issue
2024-06-04T11:10:42.1326167Z 
2024-06-04T11:10:42.1329060Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1330455Z setup.yml:210 Task/Handler: shell cat /etc/issue
2024-06-04T11:10:42.1331093Z 
2024-06-04T11:10:42.1333654Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1334918Z setup.yml:211 Task/Handler: shell cat /etc/issue.net
2024-06-04T11:10:42.1335615Z 
2024-06-04T11:10:42.1338081Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1339050Z setup.yml:211 Task/Handler: shell cat /etc/issue.net
2024-06-04T11:10:42.1339641Z 
2024-06-04T11:10:42.1342589Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1343977Z setup.yml:211 Task/Handler: shell cat /etc/issue.net
2024-06-04T11:10:42.1344919Z 
2024-06-04T11:10:42.1346773Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1347937Z setup.yml:213 Task/Handler: set_fact imc_run_version={{ result.stdout | trim }}
2024-06-04T11:10:42.1348742Z 
2024-06-04T11:10:42.1351859Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.set_fact)
2024-06-04T11:10:42.1353403Z setup.yml:213 Task/Handler: set_fact imc_run_version={{ result.stdout | trim }}
2024-06-04T11:10:42.1354302Z 
2024-06-04T11:10:42.1355277Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1356415Z setup.yml:214 Task/Handler: debug var=imc_run_version
2024-06-04T11:10:42.1357018Z 
2024-06-04T11:10:42.1360404Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.debug)
2024-06-04T11:10:42.1361729Z setup.yml:214 Task/Handler: debug var=imc_run_version
2024-06-04T11:10:42.1362566Z 
2024-06-04T11:10:42.1364999Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1366481Z setup.yml:215 Task/Handler: shell /usr/bin/ipu-update -i
2024-06-04T11:10:42.1367117Z 
2024-06-04T11:10:42.1368999Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1370265Z setup.yml:215 Task/Handler: shell /usr/bin/ipu-update -i
2024-06-04T11:10:42.1370940Z 
2024-06-04T11:10:42.1373955Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1375484Z setup.yml:215 Task/Handler: shell /usr/bin/ipu-update -i
2024-06-04T11:10:42.1376131Z 
2024-06-04T11:10:42.1378429Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1379723Z setup.yml:216 Task/Handler: fail msg=Could not find IMC string in the running {{ imc_run_version }}
2024-06-04T11:10:42.1380778Z 
2024-06-04T11:10:42.1383606Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.fail)
2024-06-04T11:10:42.1385319Z setup.yml:216 Task/Handler: fail msg=Could not find IMC string in the running {{ imc_run_version }}
2024-06-04T11:10:42.1386286Z 
2024-06-04T11:10:42.1387845Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.stat)
2024-06-04T11:10:42.1389582Z setup.yml:223 Task/Handler: Check if firmware image exists remotely {{ imc_remote_file }}
2024-06-04T11:10:42.1390583Z 
2024-06-04T11:10:42.1392273Z name[template]: Jinja templates should only be at the end of 'name'
2024-06-04T11:10:42.1393671Z setup.yml:229 Task/Handler: Copy and Extract {{ imc_local_file }} into remote /work folder
2024-06-04T11:10:42.1394564Z 
2024-06-04T11:10:42.1397277Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.stat)
2024-06-04T11:10:42.1398868Z setup.yml:232 Task/Handler: Check if firmware image exists locally {{ imc_local_file }}
2024-06-04T11:10:42.1399814Z 
2024-06-04T11:10:42.1401365Z name[template]: Jinja templates should only be at the end of 'name'
2024-06-04T11:10:42.1402941Z setup.yml:237 Task/Handler: Copy and Unpack {{ imc_local_file }} into remote /work folder
2024-06-04T11:10:42.1403817Z 
2024-06-04T11:10:42.1406352Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.unarchive)
2024-06-04T11:10:42.1407994Z setup.yml:237 Task/Handler: Copy and Unpack {{ imc_local_file }} into remote /work folder
2024-06-04T11:10:42.1409117Z 
2024-06-04T11:10:42.1410560Z name[template]: Jinja templates should only be at the end of 'name'
2024-06-04T11:10:42.1412194Z setup.yml:241 Task/Handler: Check again if firmware image exists remotely {{ imc_remote_file }} after copy and unpack
2024-06-04T11:10:42.1413288Z 
2024-06-04T11:10:42.1415648Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.stat)
2024-06-04T11:10:42.1417754Z setup.yml:241 Task/Handler: Check again if firmware image exists remotely {{ imc_remote_file }} after copy and unpack
2024-06-04T11:10:42.1418997Z 
2024-06-04T11:10:42.1420053Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1422077Z setup.yml:250 Task/Handler: shell /usr/bin/ipu-update -i {{ imc_remote_file }}
2024-06-04T11:10:42.1422920Z 
2024-06-04T11:10:42.1424213Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1425454Z setup.yml:250 Task/Handler: shell /usr/bin/ipu-update -i {{ imc_remote_file }}
2024-06-04T11:10:42.1426352Z 
2024-06-04T11:10:42.1429234Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1430850Z setup.yml:250 Task/Handler: shell /usr/bin/ipu-update -i {{ imc_remote_file }}
2024-06-04T11:10:42.1431745Z 
2024-06-04T11:10:42.1433718Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1435517Z setup.yml:252 Task/Handler: shell echo /usr/bin/ipu-update -u {{  imc_remote_file }}
2024-06-04T11:10:42.1436673Z 
2024-06-04T11:10:42.1437854Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1439140Z setup.yml:252 Task/Handler: shell echo /usr/bin/ipu-update -u {{  imc_remote_file }}
2024-06-04T11:10:42.1440197Z 
2024-06-04T11:10:42.1442837Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1444480Z setup.yml:252 Task/Handler: shell echo /usr/bin/ipu-update -u {{  imc_remote_file }}
2024-06-04T11:10:42.1445349Z 
2024-06-04T11:10:42.1447120Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1448424Z setup.yml:253 Task/Handler: shell echo reboot
2024-06-04T11:10:42.1449049Z 
2024-06-04T11:10:42.1451179Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1452079Z setup.yml:253 Task/Handler: shell echo reboot
2024-06-04T11:10:42.1452782Z 
2024-06-04T11:10:42.1455804Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1457240Z setup.yml:253 Task/Handler: shell echo reboot
2024-06-04T11:10:42.1457849Z 
2024-06-04T11:10:42.1460597Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.stat)
2024-06-04T11:10:42.1462465Z setup.yml:261 Task/Handler: Check if firmware image exists remotely {{ acc_remote_file }}
2024-06-04T11:10:42.1463383Z 
2024-06-04T11:10:42.1465040Z name[template]: Jinja templates should only be at the end of 'name'
2024-06-04T11:10:42.1466546Z setup.yml:267 Task/Handler: Copy and Extract {{ acc_local_file }} into remote /work folder
2024-06-04T11:10:42.1467532Z 
2024-06-04T11:10:42.1469917Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.stat)
2024-06-04T11:10:42.1471497Z setup.yml:270 Task/Handler: Check if firmware image exists locally {{ acc_local_file }}
2024-06-04T11:10:42.1472385Z 
2024-06-04T11:10:42.1474287Z name[template]: Jinja templates should only be at the end of 'name'
2024-06-04T11:10:42.1475674Z setup.yml:275 Task/Handler: Copy and Unpack {{ acc_local_file }} into remote /work folder
2024-06-04T11:10:42.1476625Z 
2024-06-04T11:10:42.1479215Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.unarchive)
2024-06-04T11:10:42.1481007Z setup.yml:275 Task/Handler: Copy and Unpack {{ acc_local_file }} into remote /work folder
2024-06-04T11:10:42.1481944Z 
2024-06-04T11:10:42.1483328Z name[template]: Jinja templates should only be at the end of 'name'
2024-06-04T11:10:42.1484921Z setup.yml:279 Task/Handler: Check again if firmware image exists remotely {{ acc_remote_file }} after copy and unpack
2024-06-04T11:10:42.1486237Z 
2024-06-04T11:10:42.1488072Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.stat)
2024-06-04T11:10:42.1489895Z setup.yml:279 Task/Handler: Check again if firmware image exists remotely {{ acc_remote_file }} after copy and unpack
2024-06-04T11:10:42.1491015Z 
2024-06-04T11:10:42.1492558Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1494668Z setup.yml:289 Task/Handler: shell ls /usr/bin/imc-scripts/acc_os_partition_provision.sh {{ acc_remote_file }}
2024-06-04T11:10:42.1495790Z 
2024-06-04T11:10:42.1496881Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1498767Z setup.yml:289 Task/Handler: shell ls /usr/bin/imc-scripts/acc_os_partition_provision.sh {{ acc_remote_file }}
2024-06-04T11:10:42.1500007Z 
2024-06-04T11:10:42.1502278Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1504072Z setup.yml:289 Task/Handler: shell ls /usr/bin/imc-scripts/acc_os_partition_provision.sh {{ acc_remote_file }}
2024-06-04T11:10:42.1505187Z 
2024-06-04T11:10:42.1505978Z yaml[truthy]: Truthy value should be one of [false, true]
2024-06-04T11:10:42.1507022Z setup.yml:293
2024-06-04T11:10:42.1507369Z 
2024-06-04T11:10:42.1510201Z yaml[indentation]: Wrong indentation: expected 4 but found 6
2024-06-04T11:10:42.1511110Z setup.yml:295
2024-06-04T11:10:42.1511633Z 
2024-06-04T11:10:42.1514807Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1516238Z setup.yml:300 Task/Handler: shell cat /etc/mlnx-release
2024-06-04T11:10:42.1516919Z 
2024-06-04T11:10:42.1518905Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1519957Z setup.yml:300 Task/Handler: shell cat /etc/mlnx-release
2024-06-04T11:10:42.1520659Z 
2024-06-04T11:10:42.1523505Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1525034Z setup.yml:300 Task/Handler: shell cat /etc/mlnx-release
2024-06-04T11:10:42.1525677Z 
2024-06-04T11:10:42.1527765Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1528826Z setup.yml:302 Task/Handler: set_fact bf_version={{ result.stdout | trim }}
2024-06-04T11:10:42.1529798Z 
2024-06-04T11:10:42.1532707Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.set_fact)
2024-06-04T11:10:42.1534254Z setup.yml:302 Task/Handler: set_fact bf_version={{ result.stdout | trim }}
2024-06-04T11:10:42.1535067Z 
2024-06-04T11:10:42.1536442Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1537674Z setup.yml:303 Task/Handler: debug var=bf_version
2024-06-04T11:10:42.1538321Z 
2024-06-04T11:10:42.1541570Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.debug)
2024-06-04T11:10:42.1542921Z setup.yml:303 Task/Handler: debug var=bf_version
2024-06-04T11:10:42.1543655Z 
2024-06-04T11:10:42.1545577Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1546526Z setup.yml:308 Task/Handler: shell lspci | grep BlueField
2024-06-04T11:10:42.1547208Z 
2024-06-04T11:10:42.1550102Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1551523Z setup.yml:308 Task/Handler: shell lspci | grep BlueField
2024-06-04T11:10:42.1552179Z 
2024-06-04T11:10:42.1554839Z risky-shell-pipe: Shells that use pipes should set the pipefail option.
2024-06-04T11:10:42.1556016Z setup.yml:308 Task/Handler: shell lspci | grep BlueField
2024-06-04T11:10:42.1556872Z 
2024-06-04T11:10:42.1558891Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1559981Z setup.yml:309 Task/Handler: service name=rshim enabled=yes state=started
2024-06-04T11:10:42.1560747Z 
2024-06-04T11:10:42.1563828Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.service)
2024-06-04T11:10:42.1565307Z setup.yml:309 Task/Handler: service name=rshim enabled=yes state=started
2024-06-04T11:10:42.1566119Z 
2024-06-04T11:10:42.1567788Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1569227Z setup.yml:310 Task/Handler: shell cat /dev/rshim0/misc
2024-06-04T11:10:42.1569889Z 
2024-06-04T11:10:42.1572033Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1572918Z setup.yml:310 Task/Handler: shell cat /dev/rshim0/misc
2024-06-04T11:10:42.1573575Z 
2024-06-04T11:10:42.1576523Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1578078Z setup.yml:310 Task/Handler: shell cat /dev/rshim0/misc
2024-06-04T11:10:42.1578704Z 
2024-06-04T11:10:42.1581294Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1583107Z setup.yml:311 Task/Handler: shell ifconfig tmfifo_net0 192.168.100.1/30 up
2024-06-04T11:10:42.1583953Z 
2024-06-04T11:10:42.1585194Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1586313Z setup.yml:311 Task/Handler: shell ifconfig tmfifo_net0 192.168.100.1/30 up
2024-06-04T11:10:42.1587244Z 
2024-06-04T11:10:42.1590182Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1591501Z setup.yml:311 Task/Handler: shell ifconfig tmfifo_net0 192.168.100.1/30 up
2024-06-04T11:10:42.1592346Z 
2024-06-04T11:10:42.1595118Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.stat)
2024-06-04T11:10:42.1596844Z setup.yml:313 Task/Handler: Check if firmware image exists locally {{ bfb_local_file }}
2024-06-04T11:10:42.1598026Z 
2024-06-04T11:10:42.1599299Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.get_url)
2024-06-04T11:10:42.1600689Z setup.yml:317 Task/Handler: Download firmware image {{ bfb_url }}
2024-06-04T11:10:42.1601603Z 
2024-06-04T11:10:42.1603828Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1605140Z setup.yml:325 Task/Handler: Flush BFB image and reboot BF card
2024-06-04T11:10:42.1605839Z 
2024-06-04T11:10:42.1607969Z yaml[truthy]: Truthy value should be one of [false, true]
2024-06-04T11:10:42.1608835Z setup.yml:332
2024-06-04T11:10:42.1609231Z 
2024-06-04T11:10:42.1612305Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1613836Z setup.yml:334 Task/Handler: shell lspci -d 1dd8:1002
2024-06-04T11:10:42.1614477Z 
2024-06-04T11:10:42.1616405Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1617699Z setup.yml:334 Task/Handler: shell lspci -d 1dd8:1002
2024-06-04T11:10:42.1618369Z 
2024-06-04T11:10:42.1621464Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1622832Z setup.yml:334 Task/Handler: shell lspci -d 1dd8:1002
2024-06-04T11:10:42.1623447Z 
2024-06-04T11:10:42.1625551Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1626621Z setup.yml:335 Task/Handler: shell lspci | grep Pensando
2024-06-04T11:10:42.1627321Z 
2024-06-04T11:10:42.1630146Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1631459Z setup.yml:335 Task/Handler: shell lspci | grep Pensando
2024-06-04T11:10:42.1632096Z 
2024-06-04T11:10:42.1634540Z risky-shell-pipe: Shells that use pipes should set the pipefail option.
2024-06-04T11:10:42.1635740Z setup.yml:335 Task/Handler: shell lspci | grep Pensando
2024-06-04T11:10:42.1636409Z 
2024-06-04T11:10:42.1638516Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1639610Z setup.yml:336 Task/Handler: shell dmesg | grep ionic
2024-06-04T11:10:42.1640262Z 
2024-06-04T11:10:42.1643241Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1644398Z setup.yml:336 Task/Handler: shell dmesg | grep ionic
2024-06-04T11:10:42.1645202Z 
2024-06-04T11:10:42.1647596Z risky-shell-pipe: Shells that use pipes should set the pipefail option.
2024-06-04T11:10:42.1648797Z setup.yml:336 Task/Handler: shell dmesg | grep ionic
2024-06-04T11:10:42.1649415Z 
2024-06-04T11:10:42.1651723Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1652888Z setup.yml:337 Task/Handler: shell ls -l  /sys/class/net/*/device
2024-06-04T11:10:42.1653631Z 
2024-06-04T11:10:42.1656310Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1658251Z setup.yml:337 Task/Handler: shell ls -l  /sys/class/net/*/device
2024-06-04T11:10:42.1659007Z 
2024-06-04T11:10:42.1660769Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1661955Z setup.yml:338 Task/Handler: shell ls -l  /sys/class/net/*/device/driver
2024-06-04T11:10:42.1662774Z 
2024-06-04T11:10:42.1665600Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1667136Z setup.yml:338 Task/Handler: shell ls -l  /sys/class/net/*/device/driver
2024-06-04T11:10:42.1667949Z 
2024-06-04T11:10:42.1670217Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1671777Z setup.yml:339 Task/Handler: shell ethtool -i enp25s0np0
2024-06-04T11:10:42.1672466Z 
2024-06-04T11:10:42.1674038Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1675133Z setup.yml:339 Task/Handler: shell ethtool -i enp25s0np0
2024-06-04T11:10:42.1675798Z 
2024-06-04T11:10:42.1678839Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1680202Z setup.yml:339 Task/Handler: shell ethtool -i enp25s0np0
2024-06-04T11:10:42.1680877Z 
2024-06-04T11:10:42.1683305Z command-instead-of-shell: Use shell only when shell functionality is required.
2024-06-04T11:10:42.1685105Z setup.yml:340 Task/Handler: shell devlink dev info pci/0000:19:00.0
2024-06-04T11:10:42.1685839Z 
2024-06-04T11:10:42.1687705Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1688744Z setup.yml:340 Task/Handler: shell devlink dev info pci/0000:19:00.0
2024-06-04T11:10:42.1689675Z 
2024-06-04T11:10:42.1692490Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1693852Z setup.yml:340 Task/Handler: shell devlink dev info pci/0000:19:00.0
2024-06-04T11:10:42.1694596Z 
2024-06-04T11:10:42.1696223Z yaml[truthy]: Truthy value should be one of [false, true]
2024-06-04T11:10:42.1697303Z setup.yml:346
2024-06-04T11:10:42.1697671Z 
2024-06-04T11:10:42.1700538Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1701630Z setup.yml:348 Task/Handler: shell lspci | grep Cavium
2024-06-04T11:10:42.1702256Z 
2024-06-04T11:10:42.1705181Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1706439Z setup.yml:348 Task/Handler: shell lspci | grep Cavium
2024-06-04T11:10:42.1707101Z 
2024-06-04T11:10:42.1709679Z risky-shell-pipe: Shells that use pipes should set the pipefail option.
2024-06-04T11:10:42.1710909Z setup.yml:348 Task/Handler: shell lspci | grep Cavium
2024-06-04T11:10:42.1711576Z 
2024-06-04T11:10:42.1713597Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1714685Z setup.yml:349 Task/Handler: shell lsusb | grep CP2105
2024-06-04T11:10:42.1715400Z 
2024-06-04T11:10:42.1718290Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1719518Z setup.yml:349 Task/Handler: shell lsusb | grep CP2105
2024-06-04T11:10:42.1720138Z 
2024-06-04T11:10:42.1722739Z risky-shell-pipe: Shells that use pipes should set the pipefail option.
2024-06-04T11:10:42.1723988Z setup.yml:349 Task/Handler: shell lsusb | grep CP2105
2024-06-04T11:10:42.1724653Z 
2024-06-04T11:10:42.1726677Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1727947Z setup.yml:350 Task/Handler: shell ls -l  /dev/ttyUSB*
2024-06-04T11:10:42.1728609Z 
2024-06-04T11:10:42.1731422Z no-changed-when: Commands should not change things if nothing needs doing.
2024-06-04T11:10:42.1732761Z setup.yml:350 Task/Handler: shell ls -l  /dev/ttyUSB*
2024-06-04T11:10:42.1733369Z 
2024-06-04T11:10:42.1735422Z yaml[truthy]: Truthy value should be one of [false, true]
2024-06-04T11:10:42.1736351Z setup.yml:356
2024-06-04T11:10:42.1736990Z 
2024-06-04T11:10:42.1739906Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1742170Z setup.yml:362 Task/Handler: lineinfile backup=true path=/etc/dhcp/dhclient.conf insertbefore=^option(.*)code(.*)$ line=option sztp-redirect-urls code 143  = text;
2024-06-04T11:10:42.1743685Z 
2024-06-04T11:10:42.1744964Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.lineinfile)
2024-06-04T11:10:42.1747543Z setup.yml:362 Task/Handler: lineinfile backup=true path=/etc/dhcp/dhclient.conf insertbefore=^option(.*)code(.*)$ line=option sztp-redirect-urls code 143  = text;
2024-06-04T11:10:42.1749038Z 
2024-06-04T11:10:42.1749585Z yaml[line-length]: Line too long (165 > 160 characters)
2024-06-04T11:10:42.1750457Z setup.yml:362
2024-06-04T11:10:42.1750828Z 
2024-06-04T11:10:42.1753574Z name[missing]: All tasks should be named.
2024-06-04T11:10:42.1755415Z setup.yml:363 Task/Handler: lineinfile backup=true path=/etc/dhcp/dhclient.conf regexp=^(request .*) line=\g<1> sztp-redirect-urls,
2024-06-04T11:10:42.1756669Z 
2024-06-04T11:10:42.1758261Z no-free-form: Avoid using free-form when calling module actions. (ansible.builtin.lineinfile)
2024-06-04T11:10:42.1760658Z setup.yml:363 Task/Handler: lineinfile backup=true path=/etc/dhcp/dhclient.conf regexp=^(request .*) line=\g<1> sztp-redirect-urls,
2024-06-04T11:10:42.1761928Z 
2024-06-04T11:10:42.1762451Z yaml[line-length]: Line too long (175 > 160 characters)
2024-06-04T11:10:42.1763320Z setup.yml:378
2024-06-04T11:10:42.1763680Z 

@glimchb glimchb added the ansible label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant