Skip to content

Commit

Permalink
fix warns
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Baker committed Feb 18, 2019
1 parent 83c7f75 commit 06e626a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions menu/dependency/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

- name: Install Common Packages (Takes Awhile)
apt:
update_cache: yes
name:
- fuse
- nano
Expand Down
1 change: 1 addition & 0 deletions menu/dependency/dependencydeb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

- name: Install Common Packages (Takes Awhile)
apt:
update_cache: yes
name:
- fuse
- nano
Expand Down
4 changes: 2 additions & 2 deletions menu/processor/roles/conservative/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#################################################################################

- name: Install CPUFrequtils
apt: "name={{item}} state=latest"
with_items:
apt:
name:
- cpufrequtils

########### Remove Governer Policy If Exists
Expand Down
4 changes: 2 additions & 2 deletions menu/processor/roles/ondemand/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#################################################################################

- name: Install CPUFrequtils
apt: "name={{item}} state=latest"
with_items:
apt:
name:
- cpufrequtils

########### Remove Governer Policy If Exists
Expand Down

0 comments on commit 06e626a

Please sign in to comment.