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:
parent
87410f1de2
commit
7422a0941b
@ -1 +1 @@
|
||||
action
|
||||
plugins/action/
|
@ -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>
|
||||
|
@ -1 +0,0 @@
|
||||
../action
|
Loading…
Reference in New Issue
Block a user