Browse Source

typo sur register

pull/1/head
theonlydoo 9 years ago
parent
commit
66f5c4c70c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/mail/tasks/main.yml

+ 1
- 1
roles/mail/tasks/main.yml View File

@ -9,7 +9,7 @@
- name: Randomly generate a postfix database password
shell: pwgen -y -B -s 80 1
register: dbpassword.stdout
register: dbpassword
- name: Install packages
apt: pkg={{item}} state=installed update_cache=yes

Loading…
Cancel
Save