We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43148ea commit d353bc8Copy full SHA for d353bc8
changelogs/fragments/guides.yml
@@ -5,3 +5,6 @@ minor_changes:
5
deprecated_features:
6
- inventory structure will be moved to new examples directory
7
- vagrant folder will be moved to examples
8
+
9
+trivial:
10
+ - Bugfix in Vagrantfile
example/beginner/vagrant/Vagrantfile
@@ -90,9 +90,7 @@ Vagrant.configure("2") do |config|
90
mkdir /home/vagrant/git
91
cd /home/vagrant/git
92
93
- # temporary Rendanic until PR is merged into master!
94
- git clone --branch examples https://github.com/Rendanic/ansible-oracle.git
95
- # git clone https://github.com/oravirt/ansible-oracle.git
+ git clone https://github.com/oravirt/ansible-oracle.git
96
chown -R vagrant /home/vagrant/git
97
98
# Build Ansible-Container
0 commit comments