Skip to content

Commit

Permalink
prevent warnings running composer as root (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
adleviton authored Jul 4, 2024
1 parent 80a491e commit fbd8b41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/wordpress-install/tasks/composer-authentications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
command: config
arguments: --auth bitbucket-oauth.{{ item.hostname | quote }} {{ item.consumer_key | quote }} {{ item.consumer_secret | quote }}
working_dir: "{{ working_dir }}"
become: no
no_log: true
changed_when: false
when:
Expand All @@ -34,6 +35,7 @@
command: config
arguments: --auth {{ item.type | quote }}.{{ item.hostname | quote }} {{ item.token | quote }}
working_dir: "{{ working_dir }}"
become: no
no_log: true
changed_when: false
when:
Expand Down

0 comments on commit fbd8b41

Please sign in to comment.