[ansible] fix deprecations

pull/28/head
Alpha Chen 7 years ago
parent a51fdb60ff
commit fdb5490013

@ -1,4 +1,4 @@
[defaults] [defaults]
hostfile = hosts.private inventory = hosts.private
retry_files_enabled = False retry_files_enabled = False
pipelining = True pipelining = True

@ -1,5 +1,5 @@
- include: dock.yml - import_tasks: dock.yml
- include: terminal.yml - import_tasks: terminal.yml
- name: set OS X defaults - name: set OS X defaults
my_defaults: my_defaults:

@ -20,4 +20,4 @@
path: ~/.config/systemd/user path: ~/.config/systemd/user
state: directory state: directory
- include: znc.yml - import_tasks: znc.yml

Loading…
Cancel
Save