Allow config_template to be loaded as a role

Currently when this repo loaded as a role instead of copied to
plugins paths, config_template tasks fail because:
FAILED! => {"msg": "module (config_template) is missing interpreter line"}

This is because ansible searches for action plugins in the action_plugins/
path of roles and plays instead of action/. See
https://docs.ansible.com/ansible/2.5/plugins/action.html#enabling-action-plugins
for information on this.

By simply symlinking action_plugins -> action we can make this work
in either scenario.

Change-Id: I59625e358e220b83d4a2580ac5f99bc11751ebdd
This commit is contained in:
Logan V 2018-06-17 14:34:16 -05:00
parent c7b39fa597
commit a5c9d97e18
1 changed files with 1 additions and 0 deletions

1
action_plugins Symbolic link
View File

@ -0,0 +1 @@
action