This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user