Contents Moved
The contents of this article have moved to a new, happier home https://aka.ms/Redis/DataLoss
The contents of this article have moved to a new, happier home https://aka.ms/Redis/DataLoss
- name: Group by Distribution | |
hosts: all | |
tasks: | |
- group_by: key=${ansible_distribution} | |
- name: Set Time Zone | |
hosts: Ubuntu | |
gather_facts: False | |
tasks: | |
- name: Set timezone variables |