From: Anil Belur Date: Tue, 15 May 2018 02:15:12 +0000 (+1000) Subject: Fix tox coala errors in common-packer X-Git-Tag: v0.1.0~31 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F34%2F10634%2F1;p=releng%2Fcommon-packer.git Fix tox coala errors in common-packer Change-Id: Icde085c0a1f981ff03818216defcc561b3d91c1b Signed-off-by: Anil Belur --- diff --git a/ansible-galaxy.sh b/ansible-galaxy.sh index 3bcb0a3..d5099f3 100755 --- a/ansible-galaxy.sh +++ b/ansible-galaxy.sh @@ -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 diff --git a/templates/builder-aws.json b/templates/builder-aws.json index f9b5b12..9a6b621 100644 --- a/templates/builder-aws.json +++ b/templates/builder-aws.json @@ -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`}}",