From 58ffae2f9053caa875222514c2c9a3efcf82d26b Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 6 Nov 2018 20:52:31 +0100 Subject: [PATCH] Same playbook for all tests, updated README.md --- molecule/alpine-edge/playbook.yml | 4 ++-- molecule/archlinux/playbook.yml | 4 ++-- molecule/centos-6/playbook.yml | 4 ++-- molecule/debian-stable/playbook.yml | 4 ++-- molecule/debian-unstable/playbook.yml | 4 ++-- molecule/fedora-rawhide/playbook.yml | 4 ++-- molecule/opensuse-leap/playbook.yml | 4 ++-- molecule/opensuse-tumbleweed/playbook.yml | 4 ++-- molecule/ubuntu-artful/playbook.yml | 4 ++-- molecule/ubuntu-devel/playbook.yml | 4 ++-- molecule/vagrant/playbook.yml | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/molecule/alpine-edge/playbook.yml b/molecule/alpine-edge/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/alpine-edge/playbook.yml +++ b/molecule/alpine-edge/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/archlinux/playbook.yml b/molecule/archlinux/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/archlinux/playbook.yml +++ b/molecule/archlinux/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/centos-6/playbook.yml b/molecule/centos-6/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/centos-6/playbook.yml +++ b/molecule/centos-6/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/debian-stable/playbook.yml b/molecule/debian-stable/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/debian-stable/playbook.yml +++ b/molecule/debian-stable/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/debian-unstable/playbook.yml b/molecule/debian-unstable/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/debian-unstable/playbook.yml +++ b/molecule/debian-unstable/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/fedora-rawhide/playbook.yml b/molecule/fedora-rawhide/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/fedora-rawhide/playbook.yml +++ b/molecule/fedora-rawhide/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/opensuse-leap/playbook.yml b/molecule/opensuse-leap/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/opensuse-leap/playbook.yml +++ b/molecule/opensuse-leap/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/opensuse-tumbleweed/playbook.yml b/molecule/opensuse-tumbleweed/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/opensuse-tumbleweed/playbook.yml +++ b/molecule/opensuse-tumbleweed/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/ubuntu-artful/playbook.yml b/molecule/ubuntu-artful/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/ubuntu-artful/playbook.yml +++ b/molecule/ubuntu-artful/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/ubuntu-devel/playbook.yml b/molecule/ubuntu-devel/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/ubuntu-devel/playbook.yml +++ b/molecule/ubuntu-devel/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/vagrant/playbook.yml b/molecule/vagrant/playbook.yml index 70ac4d9..7f30fb7 100644 --- a/molecule/vagrant/playbook.yml +++ b/molecule/vagrant/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - become: true - gather_facts: false + gather_facts: no + become: yes roles: - robertdebock.bootstrap