1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
- become: true block: - name: Set user.name community.general.git_config: scope: local repo: /etc name: user.name value: '{{ git_name }}' - name: Set user.email community.general.git_config: scope: local repo: /etc name: user.email value: '{{ git_email }}'