Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "Create a collection"

Merged Arthur BOUDREAULT requested to merge 38-create-a-collection into main
Compare and Show latest version
5 files
+ 11
14
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -17,6 +17,13 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
#-----------------------------------------------------------------------------#
- name: Update all packages and index
ansible.builtin.apt:
upgrade: dist
update_cache: yes
tags:
- pkg
- linux
- name: Install requirements
ansible.builtin.apt:
Loading