diff options
Diffstat (limited to 'roles/tito/tasks')
-rw-r--r-- | roles/tito/tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/tito/tasks/main.yml b/roles/tito/tasks/main.yml new file mode 100644 index 000000000..f7b4ef363 --- /dev/null +++ b/roles/tito/tasks/main.yml @@ -0,0 +1,4 @@ +--- +- yum: + name: tito + state: present |