diff --git a/scripts/ansiblePlaybook/wordpress/group_vars/all b/scripts/ansiblePlaybook/wordpress/group_vars/all index 1e4a909..f859b94 100644 --- a/scripts/ansiblePlaybook/wordpress/group_vars/all +++ b/scripts/ansiblePlaybook/wordpress/group_vars/all @@ -48,4 +48,4 @@ wp_salt_path: https://api.wordpress.org/secret-key/1.1/salt/ wp_cli_url: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar woocommerce_plugin_url: https://downloads.wordpress.org/plugin/woocommerce. woocommerce_url: https://raw.githubusercontent.com/Azure/LAMP/master/scripts/woocommerce.sh -replication_url: https://raw.githubusercontent.com/Azure/LAMP/master/scripts/wordpress_replication.sh +replication_url: https://raw.githubusercontent.com/Azure/LAMP/master/scripts/wordpress_replication.sh \ No newline at end of file diff --git a/scripts/ansiblePlaybook/wordpress/playbook.yml b/scripts/ansiblePlaybook/wordpress/playbook.yml index a58830a..4265730 100644 --- a/scripts/ansiblePlaybook/wordpress/playbook.yml +++ b/scripts/ansiblePlaybook/wordpress/playbook.yml @@ -7,4 +7,4 @@ roles: - wordpress - woocommerce - - replication + - replication \ No newline at end of file