Use renamed task files for iscsid

The depends on commit updates the task file names to match the
standalone-roles conventions. This patch updates the
iscsid template to use the updated names.

Depends-On: I64a8541e4388c88d1f3384666eb071c898a9b770

Change-Id: I6eda6cf38a5ec28ab923e5d71b942fc5a2b8039e
Signed-off-by: James Slagle <jslagle@redhat.com>
This commit is contained in:
James Slagle 2022-08-18 20:29:21 -04:00
parent 3e0e7f2004
commit 6579d3c531

View File

@ -112,7 +112,7 @@ outputs:
- name: Iscsid role
include_role:
name: tripleo_iscsid
tasks_from: iscsid.yaml
tasks_from: run.yml
vars:
tripleo_iscsid_config_dir: /var/lib/config-data/puppet-generated/iscsid
when:
@ -143,5 +143,5 @@ outputs:
- name: Iscsid install tasks
include_role:
name: tripleo_iscsid
tasks_from: iscsid_install.yaml
tasks_from: install.yml
upgrade_tasks: []