Skip to content
Snippets Groups Projects
Commit 03cc5615 authored by Noe Nieto's avatar Noe Nieto :speech_balloon:
Browse files

Fix options

parent f71fad70
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@
- name: Create and setup a wordpress site with woocommerce
become: yes
hosts: all
wordpress_wp_cli_install_dir: /usr/local/bin
roles:
- oefenweb.wordpress
vars:
......@@ -89,5 +88,13 @@
activate: true
users: {}
options:
woocommerce_api_enabled: yes
- name: woocommerce_api_enabled
command: update
value: yes
- name: swoocommerce_email_from_name
command: update
vakue: payments@mycompany.com
- name: woocommerce_currency
command: update
vakue: MXN
queries: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment