forked from finallycoffee/base
fix: various ansible-lint failures (jinja2 spacing, yaml octal values)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
state: present
|
||||
marker: "#{mark} ANSIBLE MANAGED BLOCK by finallycoffee.base.git"
|
||||
block: |+2
|
||||
{% if git_config_user_name|default(false, true) and git_config_user_email|default(false, true) %}
|
||||
{% if git_config_user_name | default(false, true) and git_config_user_email | default(false, true) %}
|
||||
[user]
|
||||
name = {{ git_config_user_name }}
|
||||
email = {{ git_config_user_email }}
|
||||
|
||||
Reference in New Issue
Block a user