Skip to content

Commit f3f47ce

Browse files
authored
Merge pull request #69 from galaxyproject/filesystem-module-name-fix
Replace community.general.system.filesystem with community.general.filesystem
2 parents 950aed6 + df12cba commit f3f47ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/stratumN.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Create /srv filesystem
3-
community.general.system.filesystem:
3+
community.general.filesystem:
44
dev: "{{ cvmfs_srv_device }}"
55
force: false
66
fstype: "{{ cvmfs_srv_fstype | default('ext4') }}"

0 commit comments

Comments
 (0)