chiark
/
gitweb
/
~mdw
/
distorted-ansible
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b376fd
)
roles/common/tasks/main.yml: Missing brackets around tags list.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 14 Jul 2015 10:16:50 +0000
(11:16 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 14 Jul 2015 10:16:50 +0000
(11:16 +0100)
It turns out they're not necessary.
roles/common/tasks/main.yml
patch
|
blob
|
blame
|
history
diff --git
a/roles/common/tasks/main.yml
b/roles/common/tasks/main.yml
index bd15a34f584d6fa71d17dea786acb5ea8bec19aa..42bc86c80c8cf1d8e0f76f3caee4dec9490d4fc7 100644
(file)
--- a/
roles/common/tasks/main.yml
+++ b/
roles/common/tasks/main.yml
@@
-47,7
+47,7
@@
### Network databases.
- name: install netdb files
- tags:
netdb
+ tags:
[netdb]
copy: src=netdb/{{ item }} dest=/etc/
with_items:
- hosts