Skip to content

Commit

Permalink
Update deprecated ansible.cfg syntax
Browse files Browse the repository at this point in the history
This warning came from 2.4 and would break once 2.8 arrives.
  • Loading branch information
rafamanzo committed Dec 24, 2017
1 parent 7cc10ff commit 52a33c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The version numbers try to follow the standards set by http://semver.org
## Unreleased

* Install mandae-webapp dependencies
* Update ansible.cfg to avoid deprecations

## v1.7.1 - 26/09/2017

Expand Down
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[defaults]
hostfile = inventory
inventory = inventory
vault_password_file = .vault_pass.txt

0 comments on commit 52a33c5

Please sign in to comment.