モジュールの実行から戻り値を取得する方法はありますか?
例: https://docs.ansible.com/ansible/latest/modules/ec2_vpc_subnet_module.html
たとえば、vpc_id を取得します。
私は PlaybookExecutor を使用していますが、Playbook の実行のステータス結果のみを返します。
モジュールの実行から戻り値を取得する方法はありますか?
例: https://docs.ansible.com/ansible/latest/modules/ec2_vpc_subnet_module.html
たとえば、vpc_id を取得します。
私は PlaybookExecutor を使用していますが、Playbook の実行のステータス結果のみを返します。