Skip to content

Commit

Permalink
Add wp_post_revisions: true to wordpress_env_defaults
Browse files Browse the repository at this point in the history
Complementing roots/bedrock#572
  • Loading branch information
tangrufus authored Feb 12, 2021
1 parent a81c10b commit cb83384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/deploy/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ wordpress_env_defaults:
git_sha: "{{ git_clone.after }}"
release_version: "{{ deploy_helper.new_release }}"
wp_debug_log: "{{ project_root }}/logs/debug.log"
wp_post_revisions: true

site_env: "{{ wordpress_env_defaults | combine(vault_wordpress_env_defaults | default({}), project.env | default({}), vault_wordpress_sites[site].env) }}"

0 comments on commit cb83384

Please sign in to comment.