fix typo
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<meta name="author" content="Eric Chang">
|
||||
<meta name="description" content="What’s 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 'list' in yaml file | MCの飄狂山莊㊣</title>
|
||||
<meta name="description" content="[筆記] Ansible how to use 'list' in yaml file - What’s 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>
|
||||
|
||||
Reference in New Issue
Block a user