ahelal / kitchen-ansiblepush

test-kitchen plugin to use ansible in push mode
41 stars 22 forks source link

tags & skip-tags does not work #41

Closed crucifyhcy closed 7 years ago

crucifyhcy commented 7 years ago

line 132 & line 133 should be like below the single quote should be replaced by the double quote.

132 options << "--tags=#{as_list_argument(conf[:tags])}" if conf[:tags] 133 options << "--skip-tags=#{as_list_argument(conf[:skip_tags])}" if conf[:skip_tags]

or the vars will not be referred by the command. please fix it.

ahelal commented 7 years ago

thank you fixed with 0.7.1 https://github.com/ahelal/kitchen-ansiblepush/commit/6ea73169b758b580ea5c7d739a8c9c676a616b8b