Skip to content

Instantly share code, notes, and snippets.

@abadger
Created February 17, 2021 21:48
Show Gist options
  • Select an option

  • Save abadger/55273b7ea4a9f0b883c1fb24cb4d2e17 to your computer and use it in GitHub Desktop.

Select an option

Save abadger/55273b7ea4a9f0b883c1fb24cb4d2e17 to your computer and use it in GitHub Desktop.
ANSIBLE_VERSION_ARGS=
ifndef ANSIBLE_VERSION
# Only needed to make stable-2.10 docs build correctly. Do not apply to devel and future branches
ANSIBLE_VERSION=$(MAJOR_VERSION)
endif
ifdef ANSIBLE_VERSION
ANSIBLE_VERSION_ARGS=--ansible-version=$(ANSIBLE_VERSION)
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment