Skip to content

Commit

Permalink
ansible warn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Baker committed Mar 18, 2019
1 parent 270a7f0 commit fca6c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion menu/dependency/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
################################################################################
---
- hosts: localhost
gather_facts: true
gather_facts: True
tasks:

- name: Install Common Packages (Takes Awhile)
Expand Down
2 changes: 1 addition & 1 deletion menu/dependency/dependencydeb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
################################################################################
---
- hosts: localhost
gather_facts: true
gather_facts: True
tasks:
- name: Install Common Packages (Takes Awhile)
apt: "name={{item}} state=present"
Expand Down

0 comments on commit fca6c19

Please sign in to comment.