You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`wordpress_installs.{n}.cron.schedule.day`: [default: `*`]: Day when the job should run
@@ -45,18 +45,18 @@ This role assumes a working virtual host (that handles `wordpress_url`).
45
45
46
46
*`wordpress_installs.{n}.themes`: [required]: (Additional) themes to install (and activate)
47
47
*`wordpress_installs.{n}.themes.{n}.name`: [required]: Name of the theme
48
-
*`wordpress_installs.{n}.themes.{n}.activate`: [default: `false`, optional]: Whether or not to activate the theme
48
+
*`wordpress_installs.{n}.themes.{n}.activate`: [default: `false`, optional]: Whether to activate the theme
49
49
50
50
*`wordpress_installs.{n}.plugins`: [required]: (Additional) plugins to install (and activate)
51
51
*`wordpress_installs.{n}.plugins.{n}.name`: [required]: Name of the plugin
52
52
*`wordpress_installs.{n}.plugins.{n}.zip`: [optional]: Zip of the plugin
53
53
*`wordpress_installs.{n}.plugins.{n}.url`: [optional]: Url of the plugin
54
54
*`wordpress_installs.{n}.plugins.{n}.activate`: [default: `true`, optional]: Whether to activate or to deactivate the plugin
55
-
*`wordpress_installs.{n}.plugins.{n}.force`: [default: `false`, optional]: Whether or not to add the `--force` option during install
55
+
*`wordpress_installs.{n}.plugins.{n}.force`: [default: `false`, optional]: Whether to add the `--force` option during install
56
56
57
57
*`wordpress_installs.{n}.users`: [optional]: User declarations
58
58
*`wordpress_installs.{n}.users.src`: [required]: The local path of the [csv file](http://wp-cli.org/commands/user/import-csv/) to import, can be absolute or relative (e.g. `../../../files/wordpress/users.csv`)
59
-
*`wordpress_installs.{n}.users.skip_update`: [default: `true`, optional]: Whether or not to update users that already exist
59
+
*`wordpress_installs.{n}.users.skip_update`: [default: `true`, optional]: Whether to update users that already exist
60
60
61
61
*`wordpress_installs.{n}.options`: [required]: Options to add, update or delete
62
62
*`wordpress_installs.{n}.options.{n}.command`: [required]: Add, update or delete
0 commit comments