Skip to content

Commit

Permalink
Install wp as the default user (roots#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasDemea authored and paulbrzeski committed Mar 3, 2023
1 parent 2c62a58 commit dec3e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/wordpress-install/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
--admin_user="{{ item.value.admin_user | default('admin') }}"
--admin_password="{{ vault_wordpress_sites[item.key].admin_password }}"
--admin_email="{{ item.value.admin_email }}"
become: no
args:
chdir: "{{ www_root }}/{{ item.key }}/{{ item.value.current_path | default('current') }}/"
register: wp_install
Expand Down

0 comments on commit dec3e87

Please sign in to comment.