roles/common: Indent some yaml stuff in main.yml

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-03-15 17:31:29 +03:00
parent b70ae58f48
commit 4efb6edb7e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
- name: Reconfigure /etc/ssh/sshd_config
template: src=sshd_config_{{ansible_distribution}}-{{ansible_distribution_version}}.j2 dest=/etc/ssh/sshd_config owner=root group=root mode=0600
notify:
- restart sshd
- restart sshd
tags: sshd
- name: Remove DSA and ECDSA host keys
@ -35,7 +35,7 @@
- name: Reconfigure /etc/sysctl.conf
template: src=sysctl_{{ ansible_distribution }}.j2 dest=/etc/sysctl.conf owner=root group=root mode=0644
notify:
- reload sysctl
- reload sysctl
tags: sysctl
- name: Reconfigure /etc/rc.local