diff --git a/molecule/alpine-edge/playbook.yml b/molecule/alpine-edge/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/alpine-edge/playbook.yml +++ b/molecule/alpine-edge/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/archlinux/playbook.yml b/molecule/archlinux/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/archlinux/playbook.yml +++ b/molecule/archlinux/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/centos-6/playbook.yml b/molecule/centos-6/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/centos-6/playbook.yml +++ b/molecule/centos-6/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/debian-stable/playbook.yml b/molecule/debian-stable/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/debian-stable/playbook.yml +++ b/molecule/debian-stable/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/debian-unstable/playbook.yml b/molecule/debian-unstable/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/debian-unstable/playbook.yml +++ b/molecule/debian-unstable/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/fedora-rawhide/playbook.yml b/molecule/fedora-rawhide/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/fedora-rawhide/playbook.yml +++ b/molecule/fedora-rawhide/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/opensuse-leap/playbook.yml b/molecule/opensuse-leap/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/opensuse-leap/playbook.yml +++ b/molecule/opensuse-leap/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/opensuse-tumbleweed/playbook.yml b/molecule/opensuse-tumbleweed/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/opensuse-tumbleweed/playbook.yml +++ b/molecule/opensuse-tumbleweed/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/ubuntu-artful/playbook.yml b/molecule/ubuntu-artful/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/ubuntu-artful/playbook.yml +++ b/molecule/ubuntu-artful/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/ubuntu-devel/playbook.yml b/molecule/ubuntu-devel/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/ubuntu-devel/playbook.yml +++ b/molecule/ubuntu-devel/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap diff --git a/molecule/vagrant/playbook.yml b/molecule/vagrant/playbook.yml index a22a01d..0a93209 100644 --- a/molecule/vagrant/playbook.yml +++ b/molecule/vagrant/playbook.yml @@ -1,8 +1,8 @@ --- - name: Converge hosts: all - gather_facts: false - become: true + gather_facts: no + become: yes roles: - robertdebock.bootstrap