This commit is contained in:
陈谭军
2019-09-25 19:04:00 +08:00
committed by Kubernetes Prow Robot
parent 9db61c45ed
commit 2fc02ed456
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
# Instal xfs package
# Install xfs package
- name: install xfs Debian
apt: name=xfsprogs state=present
when: ansible_os_family == "Debian"