Skip to content

Commit

Permalink
Fix geerlingguy.ruby ansible-galaxy role
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Dec 30, 2022
1 parent 349e312 commit 4005639
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packer/provisioners/ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ git_clone_async_check_retries: 30
bootstrap_gradle_cache_async_timeout: 1800 # seconds (30 minutes)
bootstrap_gradle_cache_async_check_interval: 60 # seconds
bootstrap_gradle_cache_async_check_retries: 30

# geerlingguy.ruby role variables
ruby_install_bundler: false
3 changes: 2 additions & 1 deletion packer/provisioners/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
- name: geerlingguy.ruby
roles:
- name: geerlingguy.ruby

0 comments on commit 4005639

Please sign in to comment.