From 1cb30cc0aa4fda9bf0bac0b41ace862b1db434b8 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 9 Feb 2020 12:05:37 -0600 Subject: Moved roles to top level --- aws-s3-backup/templates/aws-config.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 aws-s3-backup/templates/aws-config.j2 (limited to 'aws-s3-backup/templates/aws-config.j2') diff --git a/aws-s3-backup/templates/aws-config.j2 b/aws-s3-backup/templates/aws-config.j2 new file mode 100644 index 0000000..5e8d330 --- /dev/null +++ b/aws-s3-backup/templates/aws-config.j2 @@ -0,0 +1,5 @@ +# {{ansible_managed}} + +[default] +region={{aws_s3_backup_region}} +output=json -- cgit v1.2.3