Skip to content

Commit

Permalink
fix: Ansible lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Dec 11, 2023
1 parent 5ca71b7 commit 935b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbook/openstack/openstack_vm_init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- name: "Openstack VM init"
hosts: "{{ vm_name | default([]) }}"
gather_facts: "{{ vm_name is defined and (not skip_post_installation is defined or not skip_post_installation) }}"
gather_facts: "{{ vm_name is defined and (not skip_post_installation is defined or not skip_post_installation | bool) }}"
module_defaults:
ansible.builtin.setup:
gather_timeout: 45000
Expand Down

0 comments on commit 935b801

Please sign in to comment.