Alexander Jacocks
Alexander Jacocks
I'll see if I can test this on my X68000 CZ-600C (the original model). Hopefully this weekend.
@rdmark I do not, and plan to use SASI.
How goes the ET integration? I really, really love Blink, and I'd love to see this.
Definitely agreed. We will proceed with this as we update workshops.
The student_cli workshop isn't really a complete thing, and is scheduled for removal. What are you trying to accomplish? I might be able to suggest a better choice.
I’ll take a look at this and see what is going on.
Thanks! We're working on this across all the module names, in all the workshops.
Sorry, there aren't as many folks using these, since the original support team was blown up, 2 years ago. We can try to see if we can get it done....
Interesting. What versions of boto and botocore are you using? What Ansible version, as well. Thanks! - Alex On Wed, Oct 24, 2018 at 9:36 AM t-prinz wrote: > Just...
Rafael, You might want to consider using something like this: - name: lookup running RHEL instances ec2_instance_facts: region: "{{ region }}" filters: tag:rhel: "at-{{ workshop_prefix }}" register: ec2_rhel - debug:...