Merge "Removed warning message from Ansible"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 26 Mar 2020 15:43:13 +0000 (15:43 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 26 Mar 2020 15:43:13 +0000 (15:43 +0000)
packer/provision/local-builder.yaml
packer/provision/local-docker.yaml

index 162ac3f..3460981 100644 (file)
@@ -14,7 +14,7 @@
 
     - name: Update and upgrade apt packages
       apt:
-        upgrade: yes
+        upgrade: 'yes'
         update_cache: yes
       become: true
       when: ansible_distribution == 'Ubuntu'
index 5811270..0948cd0 100644 (file)
@@ -79,7 +79,7 @@
 
     - name: Update and upgrade apt packages
       apt:
-        upgrade: yes
+        upgrade: 'yes'
         update_cache: yes
       become: true
       when: ansible_distribution == 'Ubuntu'