diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-11-28 18:25:38 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-11-28 18:25:38 +0000 |
commit | 3aba58de5e2fa2554067d859d099a0f2faac6d2c (patch) | |
tree | 1e4b819d851acea579389d160b2593f395fdc0b4 | |
parent | b434d1f8dbf518b086be98fefcd7d284892dc27b (diff) | |
download | infrastructure-3aba58de5e2fa2554067d859d099a0f2faac6d2c.tar.gz |
openid_provider: Small cleanup in Packer template
Remove a duplicate package installation.
-rw-r--r-- | baserock_openid_provider/packer_template.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock_openid_provider/packer_template.json b/baserock_openid_provider/packer_template.json index 17755a56..b99d006f 100644 --- a/baserock_openid_provider/packer_template.json +++ b/baserock_openid_provider/packer_template.json @@ -33,7 +33,7 @@ }, { "type": "shell", - "inline": [ "sudo yum install -y ansible libselinux-python"] + "inline": [ "sudo yum install -y ansible"] }, { "type": "ansible-local", |