mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 13:02:37 +00:00
Travis file cleanup (#13)
* Adds inventory * Fix interpreter * connection
This commit is contained in:
committed by
GitHub
parent
c865c8c8c1
commit
c73a245f90
1
tests/inventory
Normal file
1
tests/inventory
Normal file
@@ -0,0 +1 @@
|
||||
localhost ansible_connection=local
|
||||
@@ -1,7 +1,6 @@
|
||||
---
|
||||
- name: Load the modules
|
||||
hosts: localhost
|
||||
connection: local
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
vars:
|
||||
os_kubeconfig: konfig.json
|
||||
|
||||
Reference in New Issue
Block a user