{{- if eq (.Get "version") "3.0.0" -}} You should see version 3.0.0 and update 27 or later in the results. For example: {{- if eq (.Get "opsys") "cl" -}} {{ end }} {{- if eq (.Get "opsys") "ub" -}} {{ end }} {{- if eq (.Get "opsys") "rh" -}} {{ end }} {{ end }} {{- if eq (.Get "version") "3.1.0" -}} You should see version 3.1.0 and update 28 or later in the results. For example: {{- if eq (.Get "opsys") "cl" -}} {{ end }} {{- if eq (.Get "opsys") "ub" -}} {{ end }} {{- if eq (.Get "opsys") "rh" -}} {{ end }} {{ end }} {{- if eq (.Get "version") "3.2.0" -}} You should see version 3.2.0 and update 30 in the results. For example: {{- if eq (.Get "opsys") "cl" -}} {{ end }} {{- if eq (.Get "opsys") "ub" -}} {{ end }} {{- if eq (.Get "opsys") "rh" -}} {{ end }} {{ end }} {{- if eq (.Get "version") "3.2.1" -}} You should see version 3.2.1 and update 30 or 31 in the results. For example: {{- if eq (.Get "opsys") "cl" -}} {{ end }} {{- if eq (.Get "opsys") "ub" -}} {{ end }} {{- if eq (.Get "opsys") "rh" -}} {{ end }} {{ end }} {{- if eq (.Get "version") "3.3.0" -}} You should see version 3.3.0 and update 32 in the results. For example: {{- if eq (.Get "opsys") "cl" -}} {{ end }} {{- if eq (.Get "opsys") "ub" -}} {{ end }} {{- if eq (.Get "opsys") "rh" -}} {{ end }} {{ end }} {{- if eq (.Get "version") "3.3.1" -}} You should see version 3.3.1 and update 33 in the results. For example: {{- if eq (.Get "opsys") "cl" -}} {{ end }} {{- if eq (.Get "opsys") "ub" -}} {{ end }} {{- if eq (.Get "opsys") "rh" -}} {{ end }} {{ end }}