Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Conversation

YujiOshima
Copy link
Contributor

Close #538
Support only string list type parameters.
Use listflag, listprompt and range function in playbook.
Set parameters with Comma-separated.

Signed-off-by: YujiOshima yuji.oshima0x3fd@gmail.com

Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
@codecov
Copy link

codecov bot commented May 11, 2017

Codecov Report

Merging #539 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #539   +/-   ##
=======================================
  Coverage   56.66%   56.66%           
=======================================
  Files          57       57           
  Lines        3937     3937           
=======================================
  Hits         2231     2231           
  Misses       1420     1420           
  Partials      286      286

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9dfe658...348d161. Read the comment docs.

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "plloop" git@github.com:YujiOshima/infrakit.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354209256
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@chungers chungers merged commit 12aaeda into docker-archive:master May 11, 2017
chungers pushed a commit to chungers/infrakit that referenced this pull request Sep 30, 2017
Removed Password access from SSH on AWS
chungers pushed a commit to chungers/infrakit that referenced this pull request Oct 1, 2017
Removed Password access from SSH on AWS
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants