Incorrect example in ansible-config_template docs

Bug #1999520 reported by Stuart Grace
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
New
Undecided
Unassigned

Bug Description

On this page: https://docs.openstack.org/ansible-config_template/latest/
The practical example halfway down the page contains these lines:

  pci:
    ? passthrough_whitelist: '{"address":"*:0a:00.*","physical_network":"pn1"}'
    ? passthrough_whitelist: '{"vendor_id":"1137","product_id":"0071"}'

This is not valid YAML. As shown in the first example on that page, it should be:

  pci:
    passthrough_whitelist:
      ? '{"address":"*:0a:00.*","physical_network":"pn1"}'
      ? '{"vendor_id":"1137","product_id":"0071"}'

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.