Skip to content

Commit d353bc8

Browse files
committed
beginner: Vagrantfile
1 parent 43148ea commit d353bc8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelogs/fragments/guides.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ minor_changes:
55
deprecated_features:
66
- inventory structure will be moved to new examples directory
77
- vagrant folder will be moved to examples
8+
9+
trivial:
10+
- Bugfix in Vagrantfile

example/beginner/vagrant/Vagrantfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ Vagrant.configure("2") do |config|
9090
mkdir /home/vagrant/git
9191
cd /home/vagrant/git
9292
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
93+
git clone https://github.com/oravirt/ansible-oracle.git
9694
chown -R vagrant /home/vagrant/git
9795
9896
# Build Ansible-Container

0 commit comments

Comments
 (0)