Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Update os version limit #732

Merged
merged 2 commits into from
Apr 10, 2019
Merged

Update os version limit #732

merged 2 commits into from
Apr 10, 2019

Conversation

liubo0127
Copy link
Contributor

@@ -16,8 +16,8 @@
msg: "System versions lower than Red Hat Enterprise Linux / CentOS 7.3 have been deprecated. Please use CentOS 7.3 and above. See https://github.com/pingcap/docs/blob/master/op-guide/recommendation.md"
when:
- ansible_os_family == 'RedHat'
- ansible_distribution != 'Amazon'
- ansible_distribution_version < '7.3'
- ansible_distribution == 'CentOS' or ansible_distribution == 'RedHat'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ansible_distribution in ['RedHat', 'CentOS']

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@superlzs0476 superlzs0476 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@LinuxGit LinuxGit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@liubo0127 liubo0127 merged commit 961c5a7 into pingcap:master Apr 10, 2019
@liubo0127 liubo0127 deleted the liubo/update-os-limit branch April 10, 2019 09:06
liubo0127 added a commit that referenced this pull request Apr 10, 2019
* Update os version limit
liubo0127 added a commit that referenced this pull request Apr 10, 2019
* Update os version limit
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants