Oefenweb / ansible-wordpress

Ansible role to set up (multiple) wordpress installations in Debian-like systems (using wp-cli)
MIT License
78 stars 35 forks source link

Add support to set autoload for options #33

Closed tersmitten closed 9 years ago

mvdriel commented 9 years ago

This is not supported by wp-cli: http://wp-cli.org/commands/option/

@tersmitten How do you want to realize this? By using wp-cli query?

tersmitten commented 9 years ago

@mvdriel Yes it is: http://wp-cli.org/commands/option/add/ :-)

mvdriel commented 9 years ago

@tersmitten It seems partly supported. Not on update http://wp-cli.org/commands/option/update/ I will implement this parameter for add tomorrow

tersmitten commented 9 years ago

https://github.com/wp-cli/wp-cli/issues/2081

tersmitten commented 9 years ago

Fixed in #35