Ansible Module set fact: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * http://docs.ansible.com/ansible/set_fact_module.html =Internal= * Ansible Concepts * Ansible Privilege Escalation =Overview=...")
 
Line 1: Line 1:
=External=
=External=


* http://docs.ansible.com/ansible/set_fact_module.html
* https://docs.ansible.com/ansible/latest/collections/ansible/builtin/set_fact_module.html


=Internal=
=Internal=

Revision as of 00:20, 30 December 2020

External

Internal

Overview

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