diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-04-04 02:31:36 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-04-04 02:34:31 +0200 |
commit | 78561724fa4f58b8d256227f8913e712ecbd30f5 (patch) | |
tree | 73bb4d741d7c47d4d2afed5f46fb87898b5ab420 /setup.yml | |
parent | 7675dc593326936276cea39f347342bcad8fd96c (diff) | |
download | ansible-ship-78561724fa4f58b8d256227f8913e712ecbd30f5.tar.gz ansible-ship-78561724fa4f58b8d256227f8913e712ecbd30f5.zip |
packages: move package update & install into own playbook
Diffstat (limited to 'setup.yml')
-rw-r--r-- | setup.yml | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -38,23 +38,6 @@ # https://docs.ansible.com/ansible/latest/collections/ansible/builtin/command_module.html#parameter-creates creates: "/var/lib/systemd/linger/{{ user }}" - # -- PACKAGES -------------------------------------------------------------- - - - name: install-packages - become: true - ansible.builtin.package: - name: "{{ item }}" - state: latest - loop: - - vim - - podman - - tmux - - git - - ncdu - - restic - # For restic mount. - - fuse - # -- COPY FILES ------------------------------------------------------------ - name: copy-files |