This commit is contained in:
jaydee 2023-12-12 08:17:32 +01:00
parent a5061d7e77
commit 7adcd0a3fe

View File

@ -5,8 +5,9 @@
vars: vars:
iface: "eth0" iface: "eth0"
tasks: tasks:
- debug: - name: Debug
msg: "{{ ansible_default_ipv4.interface }}" ansible.builtin.debug:
msg: "{{ ansible_default_ipv4.interface }}"
- name: Reconfigure /root/.bashrc - name: Reconfigure /root/.bashrc
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /root/.bashrc path: /root/.bashrc