This commit is contained in:
2019-08-16 12:26:39 +08:00
parent 99aa15344f
commit 9a91ddce71
110 changed files with 135 additions and 26 deletions

View File

@@ -6,6 +6,7 @@
<meta name="author" content="Eric Chang">
<meta name="description" content="Whats the Worst That Could Happen?">
<meta name="keywords" content="linux,blog,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta content="" name="keywords">
<meta name="generator" content="Hugo 0.50" />
<title> [筆記] Ansible how to use &#39;list&#39; in yaml file | MCの飄狂山莊㊣</title>
<meta name="description" content="[筆記] Ansible how to use &#39;list&#39; in yaml file - Whats the Worst That Could Happen?">
@@ -202,7 +203,7 @@
<pre><code>- name: load teams.yml
tags: env
include_vars:
file: files/konwen/teams.yml
file: files/kw/teams.yml
</code></pre>
<p>這時候在這個執行階段,就會有一個變數叫 teams 裡面有 chinese_name/description/gid 等等這些屬性</p>