mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
use rsync instead of command
This commit is contained in:
@@ -26,9 +26,12 @@
|
||||
always_run: True
|
||||
register: init_system_output
|
||||
changed_when: False
|
||||
tags: always
|
||||
|
||||
- set_fact:
|
||||
init_system: "{{ init_system_output.stdout }}"
|
||||
always_run: True
|
||||
tags: always
|
||||
|
||||
- name: Install python-apt for Debian distribs
|
||||
shell: apt-get install -y python-apt
|
||||
|
||||
Reference in New Issue
Block a user