You've already forked ansible-role-git
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Include special distribution-dependent variables
|
||||
- name: Include OS-specific variables
|
||||
include_vars: "{{ ansible_os_family }}.yml"
|
||||
|
||||
- name: Install git and dependencies
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items: "{{ git_package_names }}"
|
||||
@ -12,4 +12,4 @@
|
||||
- name: Configure git
|
||||
include_tasks: git_user.yml
|
||||
with_dict:
|
||||
- "{{ git_users }}"
|
||||
- "{{ git_users }}"
|
||||
|
Reference in New Issue
Block a user