Skip to content

Commit e67352d

Browse files
committed
fstests: move conditional to play level for iSCSI setup
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]>
1 parent d66aa81 commit e67352d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/fstests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
hosts: nfsd
99
roles:
1010
- role: iscsi
11-
when: fstests_nfs_section_pnfs|default(false)|bool
11+
when: fstests_nfs_section_pnfs|default(false)|bool
1212

1313
- name: Configure and run the filesystem testing suite workflow
1414
hosts: baseline:dev

0 commit comments

Comments
 (0)