fix some issues with fedora 23 and dnf

This commit is contained in:
Smana
2016-02-03 21:26:49 +01:00
parent 98e2d6957a
commit b2d6626363
3 changed files with 3 additions and 5 deletions

View File

@@ -33,7 +33,6 @@
action: "{{ docker_repo_info.pkg_repo }}"
args:
repo: "{{item}}"
update_cache: yes
state: present
with_items: docker_repo_info.repos
when: docker_repo_info.repos|length > 0
@@ -42,7 +41,6 @@
action: "{{ docker_package_info.pkg_mgr }}"
args:
pkg: "{{item}}"
update_cache: yes
state: latest
with_items: docker_package_info.pkgs
when: docker_package_info.pkgs|length > 0