Skip to content

Commit

Permalink
beginner: Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendanic committed Nov 27, 2022
1 parent 43148ea commit d353bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ minor_changes:
deprecated_features:
- inventory structure will be moved to new examples directory
- vagrant folder will be moved to examples

trivial:
- Bugfix in Vagrantfile
4 changes: 1 addition & 3 deletions example/beginner/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ Vagrant.configure("2") do |config|
mkdir /home/vagrant/git
cd /home/vagrant/git
# temporary Rendanic until PR is merged into master!
git clone --branch examples https://github.com/Rendanic/ansible-oracle.git
# git clone https://github.com/oravirt/ansible-oracle.git
git clone https://github.com/oravirt/ansible-oracle.git
chown -R vagrant /home/vagrant/git
# Build Ansible-Container
Expand Down

0 comments on commit d353bc8

Please sign in to comment.