Fix tox coala errors in common-packer 34/10634/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 15 May 2018 02:15:12 +0000 (12:15 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 15 May 2018 02:15:12 +0000 (12:15 +1000)
Change-Id: Icde085c0a1f981ff03818216defcc561b3d91c1b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
ansible-galaxy.sh
templates/builder-aws.json

index 3bcb0a3..d5099f3 100755 (executable)
@@ -17,4 +17,4 @@ ansible-galaxy install -p "$ANSIBLE_ROLES_PATH" -r "$SCRIPT_DIR/requirements.yam
 
 if [ -f "$ANSIBLE_REQUIREMENTS_FILE" ]; then
     ansible-galaxy install -p "$ANSIBLE_ROLES_PATH" -r "$ANSIBLE_REQUIREMENTS_FILE"
-fi
\ No newline at end of file
+fi
index f9b5b12..9a6b621 100644 (file)
@@ -32,7 +32,9 @@
           "virtualization-type": "hvm"
         },
         "most_recent": true,
-        "owners": ["{{user `source_ami_filter_owner`}}"]
+        "owners": [
+          "{{user `source_ami_filter_owner`}}"
+        ]
       },
       "ssh_username": "{{user `ssh_user`}}",
       "ssh_proxy_host": "{{user `ssh_proxy_host`}}",