Is it possible to utilize the archive module to move the content of a particular folder from an archive to another destination?

This page summarizes the projects mentioned and recommended in the original post on /r/ansible

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Hack

    A typeface designed for source code

  • - name: Download Hack fonts ansible.builtin.get_url: url: "https://github.com/source-foundry/Hack/releases/download/v3.003/Hack-v3.003-ttf.zip" dest: /home/zoliky/Downloads mode: '0755' - name: Unpack Hack fonts ansible.builtin.unarchive: src: /home/zoliky/Downloads/Hack-v3.003-ttf.zip dest: /home/zoliky/Downloads - name: Copy hack fonts ansible.builtin.copy: src: /home/zoliky/Downloads/ttf/ dest: /home/zoliky/.fonts

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts