From 9fd37437a1eac8ea0474273c11f43edd83cd661d Mon Sep 17 00:00:00 2001 From: takashi matsusaka Date: Tue, 16 Oct 2018 17:58:33 +0900 Subject: [PATCH] replace action ec2_facts to ec2_metadata_facts --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 12b5d84..41c9234 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -18,7 +18,7 @@ - codedeploy - name: "Get Instance Metadata | ec2" - action: ec2_facts + action: ec2_metadata_facts tags: - codedeploy @@ -46,4 +46,4 @@ command: /tmp/codedeploy-install auto when: is_codedeploy_installed|failed tags: - - codedeploy \ No newline at end of file + - codedeploy