Simplify this line

This commit is contained in:
Kevin Fenzi 2015-03-10 15:48:58 +00:00
parent 2764fefc72
commit 58abe3e922

View file

@ -3,7 +3,7 @@
handlers:
- include: "{{ handlers }}/restart_services.yml"
- authorized_key: user=root key="{{ lookup('file', files + '/fedora-cloud/fed09-ssh-key.pub') }}"
- authorized_key: user=root key="{{ files }}/fedora-cloud/fed09-ssh-key.pub"
- template: src={{ files }}/fedora-cloud/hosts dest=/etc/hosts owner=root mode=0644
- lineinfile: dest=/etc/sysconfig/network-scripts/ifcfg-eth1 regexp="^ONBOOT=" line="ONBOOT=yes"