Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Oct 9, 2023
1 parent ee36af2 commit fbfa72e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion playbooks/github-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

- name: Install required python packages
ansible.builtin.package:
name:
name:
- python3-docker
- python3-compose
state: present
Expand Down
8 changes: 4 additions & 4 deletions playbooks/proxmox-vms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
any_errors_fatal: true
handlers:
- name: Reload networking
ansible.builtin.shell:
cmd: ifreload -a
changed_when: true
ansible.builtin.command: ifreload -a

tasks:
- name: Install required python packages
ansible.builtin.package:
name:
name:
- python3-proxmoxer
state: present

Expand All @@ -21,7 +21,7 @@
dest: "/var/lib/vz/template/iso/{{ pve_lab_vms_iso_url | basename }}"
checksum: "{{ pve_lab_vms_iso_checksum }}"
mode: '0640'

- name: Create storage network
notify: Reload networking
ansible.builtin.blockinfile:
Expand Down

0 comments on commit fbfa72e

Please sign in to comment.