Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Last active June 22, 2016 15:44
Show Gist options
  • Save thoraxe/7ff04934a18f87146c10df7ff66eadac to your computer and use it in GitHub Desktop.
Save thoraxe/7ff04934a18f87146c10df7ff66eadac to your computer and use it in GitHub Desktop.
TASK: [openshift_common | debug ] *********************************************
ok: [ec2-54-175-48-96.compute-1.amazonaws.com] => {
"msg": "yum name=atomic-openshift state=present"
}
TASK: [openshift_common | debug ] *********************************************
ok: [ec2-54-175-48-96.compute-1.amazonaws.com] => {
"msg": "openshift_pkg_version - -3.2.0.44"
}
- debug:
msg: "{{ ansible_pkg_mgr }} name={{ openshift.common.service_type }}{{ openshift_version | default('') | oo_image_tag_to_rpm_version(include_dash=True) }} state=present"
- debug:
msg: "openshift_pkg_version - {{ openshift_pkg_version }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment