You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
397 B

  1. ---
  2. - name: Nerest bash PATH var with set true paths after pct enter into lxc container from proxmox host
  3. hosts: [ 'debian10' ]
  4. tasks:
  5. - name: Append .shell-env
  6. ansible.builtin.lineinfile:
  7. path: '/root/.shell-env'
  8. line: |-
  9. ##
  10. ## Correct PATH for tmux enter
  11. ##
  12. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin