Skip to content

Commit

Permalink
Try different appreaoch with bashrc file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
VilleS1 committed Sep 18, 2020
1 parent 0c748ed commit c1eba19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@
when: init_griduser_accts|bool

- name: Copy ops users .bashrc file to homedir to unset SLURM_EXPORT_ENV
copy: src=.bashrc dest={{arc_frontend_griddir}}/{{group_name_ops}} owner=root mode=0644
copy: src=bashrc dest={{arc_frontend_griddir}}/{{group_name_ops}}/.bashrc owner=root mode=0644

- name: Copy fgi users .bashrc file to homedir to unset SLURM_EXPORT_ENV
copy: src=.bashrc dest={{arc_frontend_griddir}}/{{group_name_fgi}} owner=root mode=0644
copy: src=bashrc dest={{arc_frontend_griddir}}/{{group_name_fgi}}/.bashrc owner=root mode=0644

- name: Create generic grid user
user: name=grid state=present home="{{arc_frontend_griddir}}/grid"
Expand Down

0 comments on commit c1eba19

Please sign in to comment.