Skip to content

Commit

Permalink
Setup composer authentications: Add label
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Jul 24, 2019
1 parent 05ed27b commit 4ceb95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/deploy/hooks/build-after.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
loop: "{{ composer_authentications }}"
loop_control:
loop_var: composer_authentication
label: "{{ composer_authentication.hostname }}"

- name: Install Composer dependencies
composer:
Expand Down
1 change: 1 addition & 0 deletions roles/wordpress-install/tasks/composer-authentications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
loop: "{{ composer_authentications }}"
loop_control:
loop_var: composer_authentication
label: "{{ composer_authentication.hostname }}"

0 comments on commit 4ceb95b

Please sign in to comment.