diff options
Diffstat (limited to 'roles/nullmailer/tasks')
| -rw-r--r-- | roles/nullmailer/tasks/main.yml | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/roles/nullmailer/tasks/main.yml b/roles/nullmailer/tasks/main.yml index d694173..b22cda3 100644 --- a/roles/nullmailer/tasks/main.yml +++ b/roles/nullmailer/tasks/main.yml @@ -1,9 +1,10 @@  ---  - name: Install nullmailer and mailx -  apt: name={{ item }} state=installed -  with_items: -    - nullmailer -    - heirloom-mailx +  apt: +    state: present +    name: +      - nullmailer +      - heirloom-mailx    tags:      - dependencies  | 
