mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Remove support for CoreOS Container Linux (#6576)
This commit is contained in:
@@ -23,7 +23,7 @@ export ANSIBLE_BECOME_USER=root
|
||||
cd tests && make create-${CI_PLATFORM} -s ; cd -
|
||||
ansible-playbook tests/cloud_playbooks/wait-for-ssh.yml
|
||||
|
||||
# CoreOS needs auto update disabled
|
||||
# Flatcar Container Linux needs auto update disabled
|
||||
if [[ "$CI_JOB_NAME" =~ "coreos" ]]; then
|
||||
ansible all -m raw -a 'systemctl disable locksmithd'
|
||||
ansible all -m raw -a 'systemctl stop locksmithd'
|
||||
|
||||
Reference in New Issue
Block a user