Changeset - e75d5d4fba3b
[Not reviewed]
0 32 0
Branko Majic (branko) - 4 years ago 2020-05-08 00:25:35
branko@majic.rs
MAR-149: Switch Molecule to using Python 3 interpreter in all tests on remote machines.
32 files changed with 32 insertions and 16 deletions:
0 comments (0 inline, 0 general)
roles/backup/molecule/default/molecule.yml
Show inline comments
 
@@ -33,6 +33,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/backup/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/backup_client/molecule/default/molecule.yml
Show inline comments
 
@@ -56,6 +56,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/backup_client/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/backup_server/molecule/default/molecule.yml
Show inline comments
 
@@ -43,6 +43,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/backup_server/molecule/default/prepare.yml
Show inline comments
 
@@ -22,7 +22,7 @@
 
  tasks:
 

	
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/bootstrap/molecule/default/molecule.yml
Show inline comments
 
@@ -33,6 +33,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/bootstrap/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/common/molecule/default/molecule.yml
Show inline comments
 
@@ -52,6 +52,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/common/molecule/default/prepare.yml
Show inline comments
 
@@ -6,7 +6,7 @@
 
  tasks:
 

	
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/database/molecule/default/molecule.yml
Show inline comments
 
@@ -35,6 +35,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/database/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/database_server/molecule/default/molecule.yml
Show inline comments
 
@@ -26,6 +26,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/database_server/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/ldap_client/molecule/default/molecule.yml
Show inline comments
 
@@ -33,6 +33,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/ldap_client/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/ldap_server/molecule/default/molecule.yml
Show inline comments
 
@@ -54,6 +54,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/ldap_server/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/mail_forwarder/molecule/default/molecule.yml
Show inline comments
 
@@ -81,6 +81,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/mail_forwarder/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/mail_server/molecule/default/molecule.yml
Show inline comments
 
@@ -83,6 +83,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/mail_server/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/php_website/molecule/default/molecule.yml
Show inline comments
 
@@ -28,6 +28,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/php_website/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/preseed/molecule/default/molecule.yml
Show inline comments
 
@@ -40,6 +40,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/preseed/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/web_server/molecule/default/molecule.yml
Show inline comments
 
@@ -58,6 +58,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/web_server/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/wsgi_website/molecule/default/molecule.yml
Show inline comments
 
@@ -29,6 +29,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/wsgi_website/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
roles/xmpp_server/molecule/default/molecule.yml
Show inline comments
 
@@ -68,6 +68,7 @@ provisioner:
 
  config_options:
 
    defaults:
 
      force_valid_group_names: "ignore"
 
      interpreter_python: "/usr/bin/python3"
 
    ssh_connection:
 
      pipelining: "True"
 
  lint:
roles/xmpp_server/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  tasks:
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false
 

	
0 comments (0 inline, 0 general)