summaryrefslogtreecommitdiff
path: root/web_infrastructure
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2014-03-18 22:39:45 -0400
committerBrian Coca <brian.coca+git@gmail.com>2014-05-24 09:28:45 -0400
commitac14a8d6ade448e0c186222980f9c7c66a6af91e (patch)
treec33572e609d655c6bb536afaa098a481409d6691 /web_infrastructure
parentadc4ecb2792ff0e6db36d85c372903f103761b36 (diff)
downloadansible-modules-core-ac14a8d6ade448e0c186222980f9c7c66a6af91e.tar.gz
unified calls to fs function vs duplicate functions for file and
directory
Diffstat (limited to 'web_infrastructure')
-rw-r--r--web_infrastructure/htpasswd2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_infrastructure/htpasswd b/web_infrastructure/htpasswd
index d77858d1..4a72ea37 100644
--- a/web_infrastructure/htpasswd
+++ b/web_infrastructure/htpasswd
@@ -163,7 +163,7 @@ def absent(dest, username, check_mode):
def check_file_attrs(module, changed, message):
file_args = module.load_file_common_arguments(module.params)
- if module.set_file_attributes_if_different(file_args, False):
+ if module.set_fs_attributes_if_different(file_args, False):
if changed:
message += " and "