Skip to content

Commit

Permalink
update tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Oct 10, 2023
1 parent af6589a commit c2943e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion playbooks/roles/tmux/tasks/RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
- yum: name={{package}} state=latest
become: yes
become: yes
register: yum
changed_when: False
5 changes: 2 additions & 3 deletions playbooks/tmux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
- hosts: all
tasks:
- name: Install tmux
apt: update_cache=yes name=tmux state=latest
roles:
- tmux

0 comments on commit c2943e8

Please sign in to comment.