Added set_stats example to cloud workflow (#173)

This commit is contained in:
Chris Edillon
2024-08-27 09:46:35 -04:00
committed by GitHub
parent 552acdcb6c
commit 035f815486
4 changed files with 51 additions and 11 deletions

View File

@@ -23,3 +23,8 @@
state: present
tags:
owner: "{{ aws_keypair_owner }}"
- name: Set VPC stats
ansible.builtin.set_stats:
data:
stat_aws_key_pair: '{{ aws_key_name }}'