FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit cff0c444 authored by Paul Browne's avatar Paul Browne
Browse files

Merge branch 'fix/linting_cx6_update' into 'arcus/victoria-staging'

Correct YAML linting on file

See merge request !285
parents c781aefc fdd19e92
No related branches found
No related tags found
4 merge requests!288Sync arcus/wallaby staging to arcus/wallaby-production,!287Sync last arcus/victoria-staging changes to arcus/wallaby-staging,!286Sync arcus/victoria staging to arcus/victoria-production,!285Correct YAML linting on file
......@@ -12,12 +12,12 @@
mst_device: "/dev/mst/mt4123_pciconf0"
tasks:
- name: Install pre-requisite packages
package:
name: "{{ package_prereqs }}"
- name: Install pre-requisite packages
package:
name: "{{ package_prereqs }}"
- name: Check mst is started, but disabled
command: "mst restart"
- name: Check mst is started, but disabled
command: "mst restart"
# systemd:
# state: started
# enabled: no
......@@ -29,5 +29,5 @@
# dest: /root
# remote_src: yes
- name: Burn firmware bin to NIC
command: "flint -d {{ mst_device }} -i /root/{{ firmware_bin }} burn"
- name: Burn firmware bin to NIC
command: "flint -d {{ mst_device }} -i /root/{{ firmware_bin }} burn"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment