Compare commits

..

No commits in common. "dd21cdf8efecb75ece85f18785b99ce49bd5e2cf" and "d3dd8540f51f4dd62f23867c3306179bc18c3091" have entirely different histories.

1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
---
- hosts: localhost
tasks:
- name: Add hugin to /etc/hosts
ansible.builtin.lineinfile:
line: '195.169.22.139 hugin'
path: /etc/hosts
state: present
delegate_to: 127.0.0.1