summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2018-07-16 21:18:42 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2018-07-16 21:18:42 +0200
commitfd2842be65e59876f259abbabcfff079a03cd0f2 (patch)
tree5a1d59b222f946a49010d054d4d19796c1908374
parent94d0e6299ae5d931dc1f91e6f0cb1fe901faa394 (diff)
downloadplaybooks-ansible-fd2842be65e59876f259abbabcfff079a03cd0f2.tar.gz
playbooks-ansible-fd2842be65e59876f259abbabcfff079a03cd0f2.tar.xz
playbooks-ansible-fd2842be65e59876f259abbabcfff079a03cd0f2.zip
fix incomplete replacement
-rw-r--r--site.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/site.yml b/site.yml
index 736b2ed..4378be9 100644
--- a/site.yml
+++ b/site.yml
@@ -5,10 +5,10 @@
roles:
- common
-- include: ntpserver.yml
-- include: mtaserver.yml
-- include: clients.yml
-- include: dnsserver.yml
-- include: torrelay.yml
-- include: bittorrent.yml
-- include: update.yml
+- import_playbook: ntpserver.yml
+- import_playbook: mtaserver.yml
+- import_playbook: clients.yml
+- import_playbook: dnsserver.yml
+- import_playbook: torrelay.yml
+- import_playbook: bittorrent.yml
+- import_playbook: update.yml