Skip to content

Commit e8ae202

Browse files
committed
Formatting fix
1 parent 5a983b4 commit e8ae202

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

etc/kayobe/ansible/filter_plugins/filters.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,3 @@ def group_hostvars_by_host(self, hostvars, var, stdout=None, hostgroup=None):
5555
raise AnsibleFilterError(f"Variable {var} not found for host {host} in hostvars: {e}")
5656

5757
return result
58-
59-

etc/kayobe/ansible/get-cloud-facts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- name: Set internet connectivity fact
3131
ansible.builtin.set_fact:
3232
internet_connectivity: "{{ not successful_ping.failed }}"
33-
33+
3434
- name: Get OS distribution
3535
ansible.builtin.set_fact:
3636
distribution: "{{ ansible_facts.distribution }}"
@@ -59,7 +59,6 @@
5959
ansible.builtin.set_fact:
6060
hugepages_enabled: "{{ 'hugepages' in ansible_facts.cmdline }}"
6161

62-
6362
- name: Gather Cloud Facts
6463
hosts: localhost
6564
gather_facts: true

0 commit comments

Comments
 (0)