Fix artifact module usage

This change updates the artifact module usage to leverage
our action plugin. Without this change any usage of deployed
artifacts is broken.

> "Unsupported parameters for (tripleo_deploy_artifacts)
  module: artifact_paths Supported parameters include:
  artifact_urls"

This change resolves the above error.

Change-Id: I792f453d4f84c3b572fe98929676b624675c0aee
Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
Kevin Carter 2021-05-21 12:19:47 -05:00
parent ff5c2c91d3
commit 127a8945f6
No known key found for this signature in database
GPG Key ID: CE94BD890A47B20A
1 changed files with 2 additions and 2 deletions

View File

@ -692,8 +692,8 @@ outputs:
docker_puppet_mount_host_puppet: DOCKER_PUPPET_MOUNT_HOST_PUPPET
tasks:
{% raw %}
- name: Deploy pull Artifacts
tripleo_deploy_artifacts:
- name: Deploy Artifacts
tripleo_push_artifacts:
artifact_urls: "{{ deploy_artifact_urls | default([]) }}"
artifact_paths: "{{ deploy_artifact_files | default([]) }}"
when: