Use Halifax instead of Washington

This commit is contained in:
Anthony Rose 2019-11-12 08:48:47 +00:00
parent d64bb5ea7d
commit fde2fd073d

View file

@ -21,7 +21,7 @@
- name: Add cities to clock applet - name: Add cities to clock applet
dconf: dconf:
key: /org/mate/panel/objects/clock/prefs/cities key: /org/mate/panel/objects/clock/prefs/cities
value: ['<location name="" city="Luton" timezone="Europe/London" latitude="51.866669" longitude="-0.366667" code="EGGW" current="true"/>', '<location name="" city="Washington" timezone="America/New_York" latitude="38.848331" longitude="-77.034164" code="KDCA" current="false"/>', '<location name="" city="San Francisco" timezone="America/Los_Angeles" latitude="37.619720" longitude="-122.364723" code="KSFO" current="false"/>', '<location name="UTC" city="" timezone="GMT" latitude="-0.000000" longitude="-0.000000" code="-" current="false"/>'] value: ['<location name="" city="Luton" timezone="Europe/London" latitude="51.866669" longitude="-0.366667" code="EGGW" current="true"/>', '<location name="" city="San Francisco" timezone="America/Los_Angeles" latitude="37.619720" longitude="-122.364723" code="KSFO" current="false"/>', '<location name="UTC" city="" timezone="GMT" latitude="-0.000000" longitude="-0.000000" code="-" current="false"/>', '<location name="" city="Halifax" timezone="America/Halifax" latitude="44.883331" longitude="-63.500000" code="CYHZ" current="false"/>']
when: ansible_system == 'Linux' when: ansible_system == 'Linux'
- name: Set workspace switcher to two rows - name: Set workspace switcher to two rows
dconf: dconf: