db sync is idempotent, no need for not_if
This commit is contained in:
@@ -51,7 +51,6 @@ end
|
|||||||
|
|
||||||
execute "cinder-manage db sync" do
|
execute "cinder-manage db sync" do
|
||||||
command "cinder-manage db sync"
|
command "cinder-manage db sync"
|
||||||
not_if "cinder-manage db version && test $(cinder-manage db version) -gt 0"
|
|
||||||
|
|
||||||
action :nothing
|
action :nothing
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user