Sanitized for CV
All checks were successful
Ansible Deploy / deploy (push) Successful in 55s

This commit is contained in:
2023-11-21 22:35:11 +02:00
parent 5c97cd9c8a
commit c86ce4e215
2 changed files with 42 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
- hosts: takahe
- hosts: potato
gather_facts: no
become: yes
vars:
@@ -6,7 +6,7 @@
ansible_sudo_pass: "{{ ANSIBLE_SUDO_PASS }}"
tasks:
- name: Install Skopeo
- name: Make sure Skopeo is present and up to date
ansible.builtin.package:
name: skopeo
state: latest