Skip to content

Commit

Permalink
Remove inventory warning message (#64)
Browse files Browse the repository at this point in the history
* Remove inventory warning message

Bug: T372886

* auto update of  tag

---------

Co-authored-by: Github Action <[email protected]>
  • Loading branch information
vivian-rook and Github Action authored Aug 20, 2024
1 parent edfb685 commit 7ef0644
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ansible/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
# Better error output
stdout_callback=debug
stderr_callback=debug

# we're only using localhost, no need for the warning.
localhost_warning=False

[inventory]
# Only using localhost, so no inventory
inventory_unparsed_warning=False
4 changes: 2 additions & 2 deletions helm-quarry/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
web:
repository: 'quay.io/wikimedia-quarry/quarry'
tag: pr-62 # web tag managed by github actions
tag: pr-64 # web tag managed by github actions

worker:
repository: 'quay.io/wikimedia-quarry/quarry'
tag: pr-62 # worker tag managed by github actions
tag: pr-64 # worker tag managed by github actions

0 comments on commit 7ef0644

Please sign in to comment.