diff --git a/resources/riak_commit/actions/commit.yml b/resources/riak_commit/actions/commit.yml deleted file mode 100644 index 7a7a999..0000000 --- a/resources/riak_commit/actions/commit.yml +++ /dev/null @@ -1,4 +0,0 @@ -- hosts: [{{ip}}] - sudo: yes - tasks: - - shell: riak-admin cluster commit diff --git a/resources/riak_commit/meta.yaml b/resources/riak_commit/meta.yaml deleted file mode 100644 index 576f931..0000000 --- a/resources/riak_commit/meta.yaml +++ /dev/null @@ -1,18 +0,0 @@ -id: riak_commit -handler: ansible -version: 1.0.0 -actions: - commit: actions/commit.yml -input: - ip: - schema: str! - value: - ssh_key: - schema: str! - value: - ssh_user: - schema: str! - value: - riak_names: - schema: [{riak_name: str}] - value: []