Skip to content

Commit

Permalink
Merge pull request #334 from kylelaker/support-py3
Browse files Browse the repository at this point in the history
Cleanup inventory file
  • Loading branch information
ripleymj committed Sep 26, 2019
2 parents 30f83f5 + 827ff70 commit fc6c0da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ using these tasks and the VM is available
apt-get install ansible git
git clone https://github.com/jmunixusers/cs-vm-build
cd cs-vm-build
ansible-playbook -i hosts -c local -K -t TAGS local.yml
ansible-playbook -i hosts -K -t TAGS local.yml
```
or directly from GitHub:

Expand Down
2 changes: 1 addition & 1 deletion hosts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
localhost
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3
2 changes: 1 addition & 1 deletion roles/user/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global_profile_path: /opt/csvmprofile
user_dependencies:
- default-jdk
- libnotify-bin
- python-psutil
- python3-psutil
- unzip
- vim
- vim-gnome
Expand Down

0 comments on commit fc6c0da

Please sign in to comment.