Skip to content

Commit

Permalink
Set development web_user to ansible_user
Browse files Browse the repository at this point in the history
This removes another place where `vagrant` is harcoded while still
ensuring its set to that value according to `dev.yml`'s `remote_user`
setting.
  • Loading branch information
swalkinshaw committed Jan 2, 2023
1 parent c8e850e commit 31f8984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/development/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
acme_tiny_challenges_directory: "{{ www_root }}/letsencrypt"
env: development
mysql_root_password: "{{ vault_mysql_root_password }}" # Define this variable in group_vars/development/vault.yml
web_user: vagrant
web_user: "{{ ansible_user }}"

0 comments on commit 31f8984

Please sign in to comment.