Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from rgreinho/fixes
Browse files Browse the repository at this point in the history
Fix permission issues
  • Loading branch information
sbani committed Oct 2, 2015
2 parents b090905 + ad97565 commit 7fbda0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
6 changes: 0 additions & 6 deletions tasks/all-users-debian.yml

This file was deleted.

12 changes: 0 additions & 12 deletions tasks/all-users-redhat.yml

This file was deleted.

6 changes: 0 additions & 6 deletions tasks/all-users.yml

This file was deleted.

6 changes: 4 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
when: ansible_os_family == 'RedHat'

- name: Clone liquidprompt
git: "repo=https://github.com/nojhan/liquidprompt.git dest={{ liquidprompt_path }}"
git: "repo=https://github.com/nojhan/liquidprompt.git dest={{ liquidprompt_path }} force=yes"

- include: all-users.yml
- name: Copy template
template: src=liquidprompt.bashrc.j2 dest=/etc/profile.d/liquidprompt.sh owner=root
sudo: yes
when: liquidprompt_enable_all_users == true

- include: specific-users.yml
Expand Down

0 comments on commit 7fbda0d

Please sign in to comment.