Move config_template to plugins/action

Unlike to the modules, ansible-galaxy tool does not respect symlinks,
which results in collection brokeness after it installation as plugin
itself is just missing there.
In the meanwhile, symlinks are respected by regular git clone which
is used for regular module retrievment.

Change-Id: I747b217e6b0706c05e5fae98bc5b89be3cbb5930
This commit is contained in:
Dmitriy Rabotyagov 2021-11-23 20:37:39 +02:00
parent 87410f1de2
commit 7422a0941b
5 changed files with 3 additions and 3 deletions

1
action Symbolic link
View File

@ -0,0 +1 @@
plugins/action/

View File

@ -1 +1 @@
action
plugins/action/

View File

@ -4,7 +4,7 @@ description: |-
Template includes config_template module, that leverages template module and
adds override functionality to different types of config files.
name: "config_template"
version: "1.2.0"
version: "1.2.1"
readme: "README.rst"
authors:
- Kevin Carter <kevin.carter@rackspace.com>

View File

@ -1 +0,0 @@
../action