Skip to content

Commit ec2f96f

Browse files
committed
(Python) consistency changes
1 parent e5162f4 commit ec2f96f

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Mischa ter Smitten <mtersmitten@oefenweb.nl>
55
RUN apt-get update && \
66
DEBIAN_FRONTEND=noninteractive apt-get install -y python-minimal python-dev curl && \
77
apt-get clean
8-
RUN curl -sL https://bootstrap.pypa.io/get-pip.py | python -
8+
RUN curl -sL https://bootstrap.pypa.io/pip/2.7/get-pip.py | python -
99
RUN rm -rf $HOME/.cache
1010

1111
# ansible

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# defaults file for postfix
1+
# defaults file
22
---
33
postfix_install:
44
- postfix

handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# handlers file for postfix
1+
# handlers file
22
---
33
- name: new aliases
44
command: newaliases

meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# meta file for postfix
1+
# meta file
22
---
33
galaxy_info:
4+
namespace: oefenweb
45
role_name: postfix
56
author: Mischa ter Smitten
67
company: Oefenweb.nl B.V.

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tasks file for postfix
1+
# tasks file
22
---
33
- name: facts | set
44
set_fact:

tests/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# test file for postfix
1+
# test file
22
---
33
- hosts: localhost
44
connection: local

tests/vagrant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# test file for postfix
1+
# test file
22
---
33
- hosts: all
44
remote_user: vagrant

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vars file for postfix
1+
# vars file
22
---
33
postfix_debconf_selections:
44
- name: postfix

0 commit comments

Comments
 (0)