--- # If running this play directly, be sure the variable # 'openshift_aws_ami_name' is set correctly for your usage. # See build_ami.yml for an example. - hosts: localhost connection: local become: no tasks: - name: seal the ami include_role: name: openshift_aws tasks_from: seal_ami.yml