Skip to content

Commit

Permalink
Added more inventory paramters
Browse files Browse the repository at this point in the history
  • Loading branch information
directdevops committed Dec 26, 2020
1 parent f0c0d23 commit 051cc51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dec20/AdvancedScenarios/variables/learningplaybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
tasks:
- name: print ansible_host
debug:
var: ansible_host
var: ansible_host
- name: print other parameters
debug:
msg: "ansible_port = {{ ansible_port }} ansible_user = {{ ansible_user }}"

0 comments on commit 051cc51

Please sign in to comment.