Skip to content

Commit ad6505a

Browse files
committed
Fix the default value of cifmw_nfs_target
The target var should be "computes", not "compute". It raises an issue that later the host is skipped by the Ansible. This commit fixes porting issue raised in Pull Request [1]. [1] #3038 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent 7e5498d commit ad6505a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/cifmw_nfs/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# All variables within this role should have a prefix of "cifmw_nfs"
2020

2121
cifmw_nfs_network: "storage"
22-
cifmw_nfs_target: "compute"
22+
cifmw_nfs_target: "computes"

0 commit comments

Comments
 (0)