Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
language: python
python: "2.7"

# Use the new container infrastructure
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

galaxy_info:
role_name: postfix
author: arillso
description: Ansible role for installing and Configuration Pstfix on installs RHEL/CentOS or Debian/Ubuntu.
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
owner: root
group: root
mode: 0600
when: postfix_relayhost != false
when: postfix_relayhost
notify:
- postmap sasl_passwd
- restart postfix
Expand Down