#126 move enable copr to pkg roles
Merged by astepano. Opened by bgoncalv.
bgoncalv/standard-test-roles issue99  into  master

Download 126.patch

1 new commit added

  • fix to deal with https://github.com/ansible/ansible/issues/19305

please use: - "{{ pkgs_ordinary_req|d|list }}" and remove 'when'

Same here:
"{{ pkgs_debuginfo_req|d|list }}"

please add state=present

rebased onto 1f2f29d968a0dd9366d46e55a526ce6e9b857f70

Thanks for the tips, I've updated also pkgs-yum.yml.

Please reformat with:

pkg_mgr: "{{
             'rpm-ostree' if
                  hostvars[test_runner_inventory_name]['ansible_pkg_mgr'] == 'unknown'
                  and
                  is_atomic
              else hostvars[test_runner_inventory_name]['ansible_pkg_mgr']
        }}"

Let's keep this code as it is for now.
test - runner is a some vague area. Let's send this change as independent PR, after down changes are merged.

rebased onto 96edb5ca4f1d5ce36df67b02c39a33165a83e04b

rebased onto 3dad9ff3274cbd0d6f98ce02186ee9b952f3fcba

Commit 80f39356 fixes this pull-request

Pull-Request has been merged by astepano

Pull-Request has been merged by astepano

Metadata