[PATCH 07/13] fstests: move conditional to play level for iSCSI setup
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
Move the pNFS conditional from role level to play level in the fstests playbook. The when condition needs to be at the play level to properly evaluate the variable. Generated-by: Claude AI Signed-off-by: Luis Chamberlain <[email protected]> --- playbooks/fstests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/fstests.yml b/playbooks/fstests.yml index 4cb74783..79e27c45 100644 --- a/playbooks/fstests.yml +++ b/playbooks/fstests.yml @@ -8,7 +8,7 @@ hosts: nfsd roles: - role: iscsi - when: fstests_nfs_section_pnfs|default(false)|bool + when: fstests_nfs_section_pnfs|default(false)|bool - name: Configure and run the filesystem testing suite workflow hosts: baseline:dev -- 2.51.0