diff --git a/defaults/main.yml b/defaults/main.yml index 97fa1192a04a7a45f0f2372b633f20dd02eaa918..a67744c75bd0998c7be806af22ee336b012abe2b 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -12,4 +12,4 @@ proxy_env: {} # Visit https://github.com/settings/applications # and generate personal access token -composer_github_oauth: false \ No newline at end of file +composer_github_oauth: false diff --git a/tasks/oauth.yml b/tasks/oauth.yml index d944c9963fb78fab8a3c80def3ffdf574efac84d..850e5b139f7f3d2760bd23eb425d651a6a056dd7 100644 --- a/tasks/oauth.yml +++ b/tasks/oauth.yml @@ -4,4 +4,4 @@ template: src: ".composer/auth.json.j2" dest: "~/.composer/auth.json" - when: composer_github_oauth != false \ No newline at end of file + when: composer_github_oauth != false diff --git a/templates/.composer/auth.json.j2 b/templates/.composer/auth.json.j2 index 11d2e8c850a5a184768701dbdb8971ae42843260..18bf4a1bdf87a255ec021b5507ed824871680a0b 100644 --- a/templates/.composer/auth.json.j2 +++ b/templates/.composer/auth.json.j2 @@ -2,4 +2,4 @@ "github-oauth": { "github.com": "{{ composer_github_oauth }}" } -} \ No newline at end of file +}