Skip to content

Commit

Permalink
improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiKhomik committed Dec 4, 2024
1 parent 9bb6c96 commit 5607453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ansible1/playbook-develop-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
- name: Playbook to set-up development environment
hosts: all
become: true
become_method: sudo
become_user: root
roles:
- packages
4 changes: 2 additions & 2 deletions ansible1/roles/packages/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

# Install Ruby using Rbenv
- name: Clone rbenv
git:
repo: "git clone https://github.com/rbenv/rbenv.git"
ansible.builtin.git:
repo: "https://github.com/rbenv/rbenv.git"
dest: ~/.rbenv
update: no

Expand Down

0 comments on commit 5607453

Please sign in to comment.