File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 6262
6363 - name : Wait until the string "auth" is in the vagrant log
6464 wait_for :
65- path : /home/vagrant/myvm .log
66- search_regex : SSH\sto\sbecome\savailable
67- timeout : 1000
65+ path : /home/vagrant/myvmerr .log
66+ search_regex : SSH\sis\sready
67+ timeout : 1800
Original file line number Diff line number Diff line change 5858
5959 - name : Wait until the string "auth" is in the vagrant log
6060 wait_for :
61- path : /home/vagrant/myvm .log
62- search_regex : SSH\sto\sbecome\savailable
63- timeout : 1000
61+ path : /home/vagrant/myvmerr .log
62+ search_regex : SSH\sis\sready
63+ timeout : 1800
Original file line number Diff line number Diff line change 11---
2- dependency :
3- name : galaxy
4- options :
5- role-file : requirements.yml
6- roles-path : ../community
72driver :
83 name : vagrant
94 provider :
@@ -18,6 +13,9 @@ platforms:
1813 memory : 2048
1914 provider_raw_config_args :
2015 - " storage :file, :size => '1G', :device => 'vdb'"
16+ instance_raw_config_args :
17+ - " cache.enable :dnf"
18+ - " cache.auto_detect = false"
2119provisioner :
2220 name : ansible
2321 config_options :
You can’t perform that action at this time.
0 commit comments