mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Change filesystem module message.
This commit is contained in:
parent
ad777f6538
commit
67e67bca1f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ def main():
|
|||
if fs == fstype:
|
||||
module.exit_json(changed=False)
|
||||
elif fs and not force:
|
||||
module.fail_json(msg="'%s' is already used as %s, use force=yes to ignore"%(dev,fs), rc=rc, err=err)
|
||||
module.fail_json(msg="'%s' is already used as %s, use force=yes to overwrite"%(dev,fs), rc=rc, err=err)
|
||||
|
||||
### create fs
|
||||
|
||||
|
|
Loading…
Reference in a new issue