Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdaley92 committed Jul 14, 2023
1 parent 18b8013 commit 6f590c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ansible/group_vars/all/dockerhub.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dockerhub_username: '{{ lookup("env", "DOCKERHUB_USERNAME") }}'
dockerhub_username: '{{ lookup("env", "DOCKERHUB_PASSWORD") }}'
dockerhub_password: '{{ lookup("env", "DOCKERHUB_PASSWORD") }}'

0 comments on commit 6f590c3

Please sign in to comment.