Simplify this line
This commit is contained in:
parent
2764fefc72
commit
58abe3e922
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue