Skip to content

Commit

Permalink
install bash completion with template
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jun 4, 2020
1 parent 6df5ac8 commit e2946ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
mode: "{{ item.mode | default('0755') }}"
state: "{{ item.state | default('directory') }}"
loop:
- { dest: "/etc/bash_completion.d" }
- { dest: "/etc/cni/net.d" }
- { dest: "/usr/local/bin" }
- { dest: "/usr/local/lib/systemd/system" }
- { dest: "/usr/local/lib/systemd/user" }
- { dest: "/usr/local/lib/tmpfiles.d" }
- { dest: "/usr/local/share/bash-completion/completions" }
- { dest: "/usr/share/containers" }
- { dest: "{{ podman_download.dest | dirname }}" }
tags: podman
Expand Down Expand Up @@ -103,13 +103,13 @@
group: "{{ item.group | default('root') }}"
mode: "{{ item.mode | default('0644') }}"
loop:
- { dest: "/etc/bash_completion.d/podman" }
- { dest: "/etc/cni/net.d/87-podman-bridge.conflist" }
- { dest: "/usr/local/lib/systemd/system/io.podman.service" }
- { dest: "/usr/local/lib/systemd/system/io.podman.socket" }
- { dest: "/usr/local/lib/systemd/user/io.podman.service" }
- { dest: "/usr/local/lib/systemd/user/io.podman.socket" }
- { dest: "/usr/local/lib/tmpfiles.d/podman.conf" }
- { dest: "/usr/local/share/bash-completion/completions/podman" }
tags: podman

- name: prepare files
Expand All @@ -120,12 +120,12 @@
mode: "{{ item.mode | default('0644') }}"
state: "{{ item.state | default('file') }}"
loop:
- { dest: "/etc/bash_completion.d/podman" }
- { dest: "/etc/cni/net.d/87-podman-bridge.conflist" }
- { dest: "/usr/local/bin/podman", mode: "0755" }
- { dest: "/usr/local/lib/systemd/system/io.podman.service" }
- { dest: "/usr/local/lib/systemd/system/io.podman.socket" }
- { dest: "/usr/local/lib/systemd/user/io.podman.service" }
- { dest: "/usr/local/lib/systemd/user/io.podman.socket" }
- { dest: "/usr/local/lib/tmpfiles.d/podman.conf" }
- { dest: "/usr/local/share/bash-completion/completions/podman" }
tags: podman
File renamed without changes.

0 comments on commit e2946ed

Please sign in to comment.