From 141a5e48cc87025f1b2ed79b71723cba465e07b6 Mon Sep 17 00:00:00 2001 From: osc_19162770 <9811543+osc_19162770@user.noreply.gitee.com> Date: Fri, 26 Nov 2021 07:17:57 +0000 Subject: [PATCH] =?UTF-8?q?=20name:=20create=20dir=20and=20copy=20file=20?= =?UTF-8?q?=20=E5=88=9B=E5=BB=BA=E7=9B=AE=E5=BD=95=E5=B9=B6=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nsd/nsd2109/automation/day05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsd/nsd2109/automation/day05.md b/nsd/nsd2109/automation/day05.md index 65a04a6..04d9e3a 100644 --- a/nsd/nsd2109/automation/day05.md +++ b/nsd/nsd2109/automation/day05.md @@ -277,7 +277,7 @@ set et # 将tab转换成相应个数的空格 # 在test组的主机和node2上创建/tmp/demo目录,权限是0755。将控制端/etc/hosts拷贝到目标主机的/tmp/demo中 [root@control ansible]# vim fileop.yml --- -- name: create dir and copy file +- name: create dir and copy file 创建目录并复制文件 hosts: test,node2 # 这里的名称,必须出现在主机清单文件中 tasks: - name: create dir -- Gitee