Skip to content

Commit

Permalink
remove ansible input vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Forss committed Aug 20, 2023
1 parent f3cbd22 commit 4d809b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
- hosts: localhost
name: "Host tasks"
gather_facts: true
vars_files:
- vars/ansible-input-api.yaml # API Input template with defaults

# -------------------------------------+---------------------------------------8
#
Expand Down Expand Up @@ -65,8 +63,6 @@

name: "Examples on how to run commands on remote hosts"
gather_facts: true
vars_files:
- vars/ansible-input-api.yaml # API Input template with defaults
tasks:

- name: "Calculate information about the OS distribution"
Expand Down

0 comments on commit 4d809b7

Please sign in to comment.