1 parent e313603 commit 5831d43Copy full SHA for 5831d43
2 files changed
README.md
@@ -18,7 +18,7 @@ dnf_automatic_network_online_timeout: 60
18
dnf_automatic_random_sleep: 0
19
dnf_automatic_upgrade_type: security
20
dnf_automatic_emit_via: stdio
21
-dnf_automatic_system_name: "{{ ansible_nodename }}"
+dnf_automatic_system_name: "{{ ansible_facts['nodename'] }}"
22
dnf_automatic_send_error_messages: false
23
dnf_automatic_command_format: cat
24
dnf_automatic_stdin_format: "{body}"
defaults/main.yml
@@ -14,7 +14,7 @@ dnf_automatic_upgrade_type: security
14
# [emitters]
15
16
17
# [command]
0 commit comments