fixed EOF issues
This commit is contained in:
parent
1f988969a5
commit
53bc7a77e1
|
@ -1,4 +1,3 @@
|
|||
- set_fact:
|
||||
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['ddclient'] }}"
|
||||
when: "matrix_dynamic_dns_enabled|bool"
|
||||
|
|
@ -21,4 +21,3 @@
|
|||
dest: "/etc/default/ddclient"
|
||||
mode: 0600
|
||||
register: matrix_dynamic_dns_ddclient_client_config
|
||||
|
|
@ -25,4 +25,3 @@
|
|||
tags:
|
||||
- setup-all
|
||||
- setup-dynamic-dns
|
||||
|
|
@ -13,4 +13,3 @@
|
|||
update_cache: true
|
||||
become: true
|
||||
when: "run_setup|bool and not matrix_dynamic_dns_enabled|bool"
|
||||
|
|
@ -20,4 +20,3 @@
|
|||
- epel-release
|
||||
state: absent
|
||||
when: "run_setup|bool and not matrix_dynamic_dns_enabled|bool"
|
||||
|
|
@ -15,4 +15,3 @@
|
|||
update_cache: true
|
||||
become: true
|
||||
when: "run_setup|bool and not matrix_dynamic_dns_enabled|bool"
|
||||
|
Loading…
Reference in a new issue