Remove assemble action plugin, fix daisychaining
This commit is contained in:
parent
99c98a0875
commit
bb1cc71d8a
1 changed files with 2 additions and 0 deletions
2
assemble
2
assemble
|
@ -47,6 +47,8 @@ def write_temp_file(data):
|
|||
def main():
|
||||
|
||||
module = AnsibleModule(
|
||||
# not checking because of daisy chain to file module
|
||||
check_invalid_arguments = False,
|
||||
argument_spec = dict(
|
||||
src = dict(required=True),
|
||||
dest = dict(required=True),
|
||||
|
|
Loading…
Reference in a new issue