From 36f941b5f5816f67c2e2cf3eb1863568867dd85c Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Wed, 4 Oct 2017 16:54:09 +0200
Subject: [PATCH] library/ipafstore.py: Fix example to user proper module name

---
 library/ipafstore.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/ipafstore.py b/library/ipafstore.py
index 0613c66b..73fffc30 100644
--- a/library/ipafstore.py
+++ b/library/ipafstore.py
@@ -44,7 +44,7 @@ author:
 
 EXAMPLES = '''
 - name: Backup /etc/krb5.conf
-  fstore:
+  ipafstore:
     backup: "/etc/krb5.conf"
 '''
 
-- 
GitLab