Skip to content

Commit

Permalink
Don't update package data before installing packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
trygvis committed Jan 6, 2019
1 parent 4deac34 commit b6b2a62
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tasks/setup-Archlinux.yml
Expand Up @@ -2,5 +2,4 @@
- pacman: - pacman:
name: nftables name: nftables
state: present state: present
update_cache: yes
... ...
1 change: 0 additions & 1 deletion tasks/setup-Debian.yml
Expand Up @@ -2,5 +2,4 @@
- apt: - apt:
name: nftables name: nftables
state: present state: present
update_cache: yes
... ...
1 change: 0 additions & 1 deletion tasks/setup-RedHat.yml
Expand Up @@ -2,5 +2,4 @@
- yum: - yum:
name: nftables name: nftables
state: present state: present
update_cache: yes
... ...

0 comments on commit b6b2a62

Please sign in to comment.