質問編集履歴
1
再現するvagrant upコマンドでprovisionerを明示的に指定するように修正。
title
CHANGED
File without changes
|
body
CHANGED
@@ -58,7 +58,7 @@
|
|
58
58
|
$ git clone https://github.com/suzuki-shunsuke/ansible-ghq-module
|
59
59
|
$ cd ansible-ghq-module
|
60
60
|
$ sh _setup.sh
|
61
|
-
$ vagrant up --provision # ここでテストが実行される
|
61
|
+
$ vagrant up --provision-with=ansible_local # ここでテストが実行される
|
62
62
|
```
|
63
63
|
|
64
64
|
|