瀏覽代碼

fix hostname in task name

Grega Bremec 2 周之前
父節點
當前提交
176f8c40b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/60-agent-installation.yml

+ 1 - 1
playbooks/60-agent-installation.yml

@@ -306,7 +306,7 @@
   gather_subset: min
   gather_subset: min
   become: yes
   become: yes
   tasks:
   tasks:
-    - name: Copy the ISO file to master01.
+    - name: Copy the ISO file to master02.
       ansible.builtin.copy:
       ansible.builtin.copy:
         src: /home/student/agent/agent.x86_64.iso
         src: /home/student/agent/agent.x86_64.iso
         dest: /root/agent.x86_64.iso
         dest: /root/agent.x86_64.iso