Permalink
Cannot retrieve contributors at this time
8 lines (6 sloc)
257 Bytes
|
# Add a user account for the currently logged-in user (development), otherwise |
|
# add all users defined in group_vars/all (production). |
|
|
|
- include: localuser.yml |
|
when: "{{ env == 'development' }}" |
|
|
|
- include: users.yml |
|
when: "{{ env != 'development' }}" |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.