Ansible Module set fact

From NovaOrdis Knowledge Base
Revision as of 00:19, 30 December 2020 by Ovidiu (talk | contribs) (Created page with "=External= * http://docs.ansible.com/ansible/set_fact_module.html =Internal= * Ansible Concepts * Ansible Privilege Escalation =Overview=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

- name: Set bashrc.d directory path
  set_fact:
    bashrc_d: "{{ ansible_env.HOME }}/.bashrc.d"