diff --git a/test/integration/targets/firewalld/tasks/main.yml b/test/integration/targets/firewalld/tasks/main.yml index 3740645834..b441d6f287 100644 --- a/test/integration/targets/firewalld/tasks/main.yml +++ b/test/integration/targets/firewalld/tasks/main.yml @@ -21,7 +21,7 @@ - name: Ensure firewalld is installed package: name: firewalld - state: installed + state: present # This doesn't work for CentOS 6 because firewalld doesn't exist in CentOS6 - name: Check to make sure the firewalld python module is available. diff --git a/test/integration/targets/package_facts/tasks/main.yml b/test/integration/targets/package_facts/tasks/main.yml index 8dec164995..0ca00a42e5 100644 --- a/test/integration/targets/package_facts/tasks/main.yml +++ b/test/integration/targets/package_facts/tasks/main.yml @@ -19,11 +19,11 @@ - name: Prep package_fact tests - Debian Family block: - name: install python apt bindings - python2 - package: name="python-apt" state=installed + package: name="python-apt" state=present when: ansible_python.version.major|int == 2 - name: install python apt bindings - python3 - package: name="python3-apt" state=installed + package: name="python3-apt" state=present when: ansible_python.version.major|int == 3 - name: Gather package facts @@ -49,11 +49,11 @@ - name: Run package_fact tests - SUSE/OpenSUSE Family block: - name: install python rpm bindings - python2 - package: name="rpm-python" state=installed + package: name="rpm-python" state=present when: ansible_python.version.major|int == 2 - name: install python rpm bindings - python3 - package: name="python3-rpm" state=installed + package: name="python3-rpm" state=present when: ansible_python.version.major|int == 3 - name: Gather package facts diff --git a/test/integration/targets/rabbitmq_lookup/tasks/ubuntu.yml b/test/integration/targets/rabbitmq_lookup/tasks/ubuntu.yml index 4a339bb1f4..3b007edecc 100644 --- a/test/integration/targets/rabbitmq_lookup/tasks/ubuntu.yml +++ b/test/integration/targets/rabbitmq_lookup/tasks/ubuntu.yml @@ -75,9 +75,9 @@ password: guest force_basic_auth: yes return_content: yes - register: post_data headers: Content-Type: "application/json" + register: post_data - name: Post test message to the exchange (json) @@ -89,9 +89,9 @@ password: guest force_basic_auth: yes return_content: yes - register: post_data_json headers: Content-Type: "application/json" + register: post_data_json - name: Test retrieve messages set_fact: