Skip to content

Commit

Permalink
Handle email in role creation
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed Aug 18, 2023
1 parent 3ee0c06 commit 6f60516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ init PROJECT *GROUP:
role GROUP PROJECT ROLE:
@just _precheck_role {{ROLE}}

#!/usr/bin/env bash
cd {{GROUP}}/{{PROJECT}}; email=$(git config --local user.email); cd -
cd ~/{{GROUP}}/{{PROJECT}}; email=$(git config --local user.email); cd -; \
ansible-playbook playbooks/tasks/createRole.yml \
-e role="{{ROLE}}" \
-e project="{{PROJECT}}" \
Expand Down

0 comments on commit 6f60516

Please sign in to comment.