Sytax fix

This commit is contained in:
git
2023-05-18 16:13:37 +02:00
parent ee38cf8458
commit 89bb7de3be
5 changed files with 12 additions and 13 deletions

View File

@@ -3,10 +3,10 @@
- name: System settings in /etc
ansible.builtin.include_tasks: "{{ item }}"
loop:
- static_dns.yml
# - static_dns.yml
- sudoer_no_passwd.yml
- hostname_set.yml
- name: Set Pernament IP
ansible.builtin.include_tasks: set_perma_ip.yml
when: host != 'ntb'
when: host != 'ntb'