Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TYPO] Step 7 - Using Facts in Playbooks #1986

Closed
sillihkram opened this issue Jun 9, 2023 · 1 comment · Fixed by #2149
Closed

[TYPO] Step 7 - Using Facts in Playbooks #1986

sillihkram opened this issue Jun 9, 2023 · 1 comment · Fixed by #2149
Assignees

Comments

@sillihkram
Copy link
Contributor

sillihkram commented Jun 9, 2023

Area

Ansible Red Hat Enterprise Linux Workshop

Proposed Changes


---
- name: Output facts within a playbook
  hosts: all
  tasks:
  - name: Prints Ansible facts
    ansible.builtin.debug:
      msg: The default IPv4 address of {{ ansible_fqdn }} is {{ ansible_default_ipv4.address }}
@sillihkram
Copy link
Contributor Author

Just a typo in the playbook example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants