Select Git revision
hashicorp.sources
-
nimrod authored
Sometimes Terraform or Packer are needed. This will make it as all that will be needed is an `apt-get update && apt-get install -y terraform` without making the image bigger than it needs to be.
nimrod authoredSometimes Terraform or Packer are needed. This will make it as all that will be needed is an `apt-get update && apt-get install -y terraform` without making the image bigger than it needs to be.
main.yml 219 B
---
# tasks file for example
- name: Assertions
assert:
that:
- ansible_os_family in ['OpenBSD', 'Debian']
- ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'jessie', 'wheezy']