From 912a93ea55447a6150206063506d0f097b05892e Mon Sep 17 00:00:00 2001 From: Zachary Seguin Date: Mon, 29 Feb 2016 17:24:53 -0500 Subject: [PATCH] Uncomment things from update-hosts.yml --- update-hosts.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/update-hosts.yml b/update-hosts.yml index ffbb156..95d114f 100644 --- a/update-hosts.yml +++ b/update-hosts.yml @@ -1,14 +1,13 @@ --- -#- hosts: high-fructose-corn-syrup.csclub.uwaterloo.ca - hosts: all remote_user: root gather_facts: no tasks: - #- name: update hosts - # connection: local - # git: repo=~git/public/hosts.git dest=generate-hosts - #- name: generate hosts file - # connection: local - # shell: generate-hosts/generate-hosts.py < generate-hosts/hosts.in > generate-hosts/hosts + - name: update hosts + connection: local + git: repo=~git/public/hosts.git dest=generate-hosts + - name: generate hosts file + connection: local + shell: generate-hosts/generate-hosts.py < generate-hosts/hosts.in > generate-hosts/hosts - name: copy hosts file copy: src=generate-hosts/hosts dest=/etc/hosts backup=yes