From 54119a6668c212276639e556ce36ba54c0960f2b Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 15 May 2018 12:15:12 +1000 Subject: [PATCH] Fix tox coala errors in common-packer Change-Id: Icde085c0a1f981ff03818216defcc561b3d91c1b Signed-off-by: Anil Belur --- ansible-galaxy.sh | 2 +- templates/builder-aws.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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`}}", -- 2.16.6