Skip to content

Commit 777b215

Browse files
committed
Only run against our runtime host from the inventory file
1 parent abc41a7 commit 777b215

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ansible/ansible-deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
- hosts: all
3-
# become: yes
2+
- hosts: runtime_host
43
vars_files:
54
- vars.yaml
65
tasks:

0 commit comments

Comments
 (0)