From e26955fc9a0db149367787565ad1d2c9eacda5f5 Mon Sep 17 00:00:00 2001 From: Sloane Hertel Date: Fri, 13 Oct 2017 13:55:24 -0400 Subject: [PATCH] [cloud] Document alias for aws_s3 'overwrite' option. (#31638) --- lib/ansible/modules/cloud/amazon/aws_s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/amazon/aws_s3.py b/lib/ansible/modules/cloud/amazon/aws_s3.py index 84587c65d7f..db2c7450a8d 100644 --- a/lib/ansible/modules/cloud/amazon/aws_s3.py +++ b/lib/ansible/modules/cloud/amazon/aws_s3.py @@ -103,6 +103,7 @@ options: - Force overwrite either locally on the filesystem or remotely with the object/key. Used with PUT and GET operations. Boolean or one of [always, never, different], true is equal to 'always' and false is equal to 'never', new in 2.0 default: 'always' + aliases: ['force'] version_added: "1.2" region: description: