Skip to content

Commit

Permalink
Avoid a warning related to inventory
Browse files Browse the repository at this point in the history
.../dotfiles/.provisioning/hosts did not meet host_list requirements, check plugin documentation if this is unexpected
.../dotfiles/.provisioning/hosts did not meet script requirements, check plugin documentation if this is unexpected

see ansible/ansible#48859
  • Loading branch information
akafred committed Jan 21, 2019
1 parent 00352b4 commit c17cb9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .provisioning/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[defaults]
inventory = hosts
vault_password_file = ~/.vault_pass

[inventory]
# avoid "did not meet _ requirements" warnings when using -v
# see https://github.com/ansible/ansible/issues/48859
enable_plugins = ini

0 comments on commit c17cb9a

Please sign in to comment.