Auto-generated patches to resolve prettier / yamllint
[releng/builder.git] / packer / provision / mininet-ovs-2.5.yaml
index dd9cac260566c8cf3def663f00fa499e1fc728a0..53366c7ee860894c147c88da3558944fc2cd931b 100644 (file)
@@ -9,9 +9,9 @@
     - include_role: name=lfit.system-update
 
   tasks:
-    - name: 'Install OpenVSwitch {{ovs_version}}'
+    - name: "Install OpenVSwitch {{ovs_version}}"
       block:
-        - name: 'Install dependencies required for OpenVSwitch {{ovs_version}}'
+        - name: "Install dependencies required for OpenVSwitch {{ovs_version}}"
           apt:
             name:
               - dh-autoreconf
@@ -29,7 +29,7 @@
               - python-twisted-conch
             state: present
           become: true
-        - name: 'Install OpenVSwitch {{ovs_version}}'
+        - name: "Install OpenVSwitch {{ovs_version}}"
           apt:
             name:
               - openvswitch-switch